Changes to parser to allow less copying. Use of the new nsSliding[Sub]String classes so that tokens can hold substrings that keep references into the scanner buffer. Cleaned up token interface and general string usage. r=harishd,heikki sr=jst
git-svn-id: svn://10.0.0.236/trunk@83553 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
!#!nmake
|
||||
#!nmake
|
||||
#
|
||||
# The contents of this file are subject to the Netscape Public
|
||||
# License Version 1.1 (the "License"); you may not use this file
|
||||
@@ -23,10 +23,10 @@ DEPTH=..\..\..
|
||||
|
||||
|
||||
MAKE_OBJ_TYPE = EXE
|
||||
PROGRAM = .\$(OBJDIR)\logparse.exe
|
||||
PROGRAM = .\$(OBJDIR)\TestParser.exe
|
||||
|
||||
OBJS = \
|
||||
.\$(OBJDIR)\logparse.obj \
|
||||
.\$(OBJDIR)\TestParser.obj \
|
||||
$(NULL)
|
||||
|
||||
LINCS= \
|
||||
@@ -52,4 +52,4 @@ install:: $(PROGRAM)
|
||||
$(MAKE_INSTALL) $(PROGRAM) $(DIST)\bin
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\bin\logparse.exe
|
||||
rm -f $(DIST)\bin\TestParser.exe
|
||||
|
||||
Reference in New Issue
Block a user