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

Diff of /global/libutil/token.h

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

revision 1.7 by shigio, Sun Nov 28 01:04:58 2004 UTC revision 1.8 by shigio, Thu Feb 24 01:33:48 2005 UTC
# Line 47  extern int continued_line; Line 47  extern int continued_line;
47                  (*cp == 0 ? (lp = cp, cp = NULL, continued_line = 0, '\n') : *cp++))                  (*cp == 0 ? (lp = cp, cp = NULL, continued_line = 0, '\n') : *cp++))
48  #define atfirst (sp && sp == (cp ? cp - 1 : lp))  #define atfirst (sp && sp == (cp ? cp - 1 : lp))
49    
50  int opentoken(char *);  int opentoken(const char *);
51  void rewindtoken(void);  void rewindtoken(void);
52  void closetoken(void);  void closetoken(void);
53  int nexttoken(const char *, int (*)(const char *, int));  int nexttoken(const char *, int (*)(const char *, int));

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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