/[svn]/linuxsampler/trunk/src/network/lscpscanner.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/network/lscpscanner.cpp

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

revision 159 by senkov, Mon Jun 28 04:30:11 2004 UTC revision 160 by capela, Tue Jun 29 21:44:12 2004 UTC
# Line 2326  static void yy_load_buffer_state  (yysca Line 2326  static void yy_load_buffer_state  (yysca
2326          yyfree((void *) b ,yyscanner );          yyfree((void *) b ,yyscanner );
2327  }  }
2328    
2329    #ifndef __cplusplus
2330    extern int isatty (int );
2331    #endif /* __cplusplus */
2332        
2333  /* Initializes or reinitializes a buffer.  /* Initializes or reinitializes a buffer.
2334   * This function is sometimes called more than once on the same buffer,   * This function is sometimes called more than once on the same buffer,
2335   * such as during a yyrestart() or at EOF.   * such as during a yyrestart() or at EOF.
# Line 2877  void yyfree (void * ptr , yyscan_t yysca Line 2881  void yyfree (void * ptr , yyscan_t yysca
2881  #undef yy_set_bol  #undef yy_set_bol
2882  #undef yy_new_buffer  #undef yy_new_buffer
2883  #undef yy_set_interactive  #undef yy_set_interactive
2884    #undef yytext_ptr
2885  #undef YY_DO_BEFORE_ACTION  #undef YY_DO_BEFORE_ACTION
2886    
2887  #ifdef YY_DECL_IS_OURS  #ifdef YY_DECL_IS_OURS

Legend:
Removed from v.159  
changed lines
  Added in v.160

  ViewVC Help
Powered by ViewVC