Nested comment character messing up github/git go parser

This commit is contained in:
Victor Fernandes 2017-03-18 18:07:02 -04:00
parent d5b6ff2ee3
commit eb322b2ddd
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
/* Filename: scanner.c
/* PURPOSE:
PURPOSE:
* SCANNER.C: Functions implementing a Lexical Analyzer (Scanner)
* as required for CST8152, Assignment #2
* scanner_init() must be called before using the scanner.