Mon Aug 30 21:37:02 PDT 2004
- Previous message: [Slony1-commit] By wieck: Fixed bug.
- Next message: [Slony1-commit] By dfetter: Per Guillaume Smet, fixed GNUMakefile.in to do "rpmbuild
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Pregenerated scanner file for slonik.
Modified Files:
--------------
slony1-engine/src/slonik:
scan.c (r1.17 -> r1.18)
-------------- next part --------------
Index: scan.c
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/slonik/scan.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -Lsrc/slonik/scan.c -Lsrc/slonik/scan.c -u -w -r1.17 -r1.18
--- src/slonik/scan.c
+++ src/slonik/scan.c
@@ -1,3 +1,4 @@
+#line 2 "scan.c"
/* A lexical scanner generated by flex */
/* Scanner skeleton version:
@@ -619,6 +620,7 @@
quoted_ident (\"[^\"]*\")+
identifier ({ident_start}{ident_cont}*|{quoted_ident})
*/
+#line 624 "scan.c"
/* Macros after this point can all be overridden by user definitions in
* section 1.
@@ -776,6 +778,7 @@
BEGIN(INITIAL);
+#line 782 "scan.c"
if ( yy_init )
{
@@ -1254,6 +1257,7 @@
#line 129 "scan.l"
ECHO;
YY_BREAK
+#line 1261 "scan.c"
case YY_STATE_EOF(INITIAL):
case YY_STATE_EOF(IN_STRING):
yyterminate();
@@ -2156,6 +2160,7 @@
{
dstring_nappend(&ds, buf, len);
}
+ dstring_terminate(&ds);
yy_switch_to_buffer(yy_scan_string(dstring_data(&ds)));
dstring_free(&ds);
- Previous message: [Slony1-commit] By wieck: Fixed bug.
- Next message: [Slony1-commit] By dfetter: Per Guillaume Smet, fixed GNUMakefile.in to do "rpmbuild
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list