Commit 20be034b by Doug Evans

Fix comment.

From-SVN: r11153
parent 767d6be4
...@@ -1272,7 +1272,7 @@ do { char dstr[30]; \ ...@@ -1272,7 +1272,7 @@ do { char dstr[30]; \
should be a C expression to be executed when #pragma is seen. The should be a C expression to be executed when #pragma is seen. The
argument STREAM is the stdio input stream from which the source argument STREAM is the stdio input stream from which the source
text can be read. CH is the first character after the #pragma. The text can be read. CH is the first character after the #pragma. The
result of the expressionsis the terminating character found result of the expression is the terminating character found
(newline or EOF). */ (newline or EOF). */
#define HANDLE_PRAGMA(FILE, CH) handle_pragma (FILE, CH) #define HANDLE_PRAGMA(FILE, CH) handle_pragma (FILE, CH)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment