/[global]/global/gtags-parser/php.l
ViewVC logotype

Diff of /global/gtags-parser/php.l

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

revision 1.2 by shigio, Sun Apr 3 09:03:47 2005 UTC revision 1.3 by shigio, Thu Apr 7 06:09:20 2005 UTC
# Line 77  static void Line 77  static void
77  debug_print(const char *s, ...)  debug_print(const char *s, ...)
78  #else  #else
79  debug_print(s, va_alist)  debug_print(s, va_alist)
80  const char *s;          const char *s;
81  va_dcl          va_dcl
82  #endif  #endif
83  {  {
84          va_list ap;          va_list ap;
# Line 261  WORD           {ALPHA}{ALPHANUM}* Line 261  WORD           {ALPHA}{ALPHANUM}*
261   */   */
262  void  void
263  php(file)  php(file)
264  const char *file;          const char *file;
265  {  {
266          int token;          int token;
267          int target = (sflag) ? SYM : (rflag) ? REF : DEF;          int target = (sflag) ? SYM : (rflag) ? REF : DEF;

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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