Nested comment character messing up github/git go parser
This commit is contained in:
parent
d5b6ff2ee3
commit
eb322b2ddd
|
@ -1,5 +1,5 @@
|
||||||
/* Filename: scanner.c
|
/* Filename: scanner.c
|
||||||
/* PURPOSE:
|
PURPOSE:
|
||||||
* SCANNER.C: Functions implementing a Lexical Analyzer (Scanner)
|
* SCANNER.C: Functions implementing a Lexical Analyzer (Scanner)
|
||||||
* as required for CST8152, Assignment #2
|
* as required for CST8152, Assignment #2
|
||||||
* scanner_init() must be called before using the scanner.
|
* scanner_init() must be called before using the scanner.
|
||||||
|
|
Loading…
Reference in New Issue