Added some more '/* getopt not needed */' lines.

This commit is contained in:
Mark Whitley 2001-03-09 23:59:51 +00:00
parent fa45f22e50
commit 827e45c518
12 changed files with 26 additions and 0 deletions

View file

@ -33,6 +33,8 @@
* One function can handle multiple operators all of equal precedence,
* provided they all associate ((x op x) op x). */
/* no getopt needed */
#include <stdio.h>
#include <string.h>
#include <stdlib.h>