/[global]/global/libutil/token.c
ViewVC logotype

Diff of /global/libutil/token.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.19 by shigio, Fri May 13 23:51:24 2005 UTC revision 1.20 by shigio, Tue Oct 4 07:59:04 2005 UTC
# Line 59  static void pushbackchar(void); Line 59  static void pushbackchar(void);
59   * opentoken:   * opentoken:
60   */   */
61  int  int
62  opentoken(file)  opentoken(const char *file)
         const char *file;  
63  {  {
64          /*          /*
65           * b flag is needed for WIN32 environment. Almost unix ignore it.           * b flag is needed for WIN32 environment. Almost unix ignore it.
# Line 106  closetoken(void) Line 105  closetoken(void)
105   */   */
106    
107  int  int
108  nexttoken(interested, reserved)  nexttoken(const char *interested, int (*reserved)(const char *, int))
         const char *interested;  
         int (*reserved)(const char *, int);  
109  {  {
110          int c;          int c;
111          char *p;          char *p;
# Line 257  pushbacktoken(void) Line 254  pushbacktoken(void)
254   * Peekc() read ahead following blanks but doesn't chage line.   * Peekc() read ahead following blanks but doesn't chage line.
255   */   */
256  int  int
257  peekc(immediate)  peekc(int immediate)
         int immediate;  
258  {  {
259          int c;          int c;
260          long pos;          long pos;

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26