Changeset: 15b6ee09f366 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=15b6ee09f366
Modified Files:
        sql/server/sql_scan.h
Branch: geo
Log Message:

some comment


diffs (16 lines):

diff --git a/sql/server/sql_scan.h b/sql/server/sql_scan.h
--- a/sql/server/sql_scan.h
+++ b/sql/server/sql_scan.h
@@ -28,9 +28,9 @@
 typedef enum { LINE_1, LINE_N } prot;
 
 struct scanner {
-       bstream *rs;
-       stream *ws;
-       stream *log;
+       bstream *rs;    /* input stream */
+       stream *ws;     /* output stream */
+       stream *log;    /* log stream */
 
        int yynext;             /* next token, lr(1) isn't powerful enough for 
sql */
        int yylast;             /* previous token, to detect superfluous 
semi-colons */
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to