/[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 208 by senkov, Sat Jul 3 20:08:07 2004 UTC revision 209 by schoenebeck, Sun Jul 18 00:29:39 2004 UTC
# Line 1170  static yyconst struct yy_trans_info *yy_ Line 1170  static yyconst struct yy_trans_info *yy_
1170  #define INITIAL 0  #define INITIAL 0
1171  #define INSTRING 1  #define INSTRING 1
1172    
1173    #ifndef YY_NO_UNISTD_H
1174  /* Special case for "unistd.h", since it is non-ANSI. We include it way  /* Special case for "unistd.h", since it is non-ANSI. We include it way
1175   * down here because we want the user's section 1 to have been scanned first.   * down here because we want the user's section 1 to have been scanned first.
1176   * The user has a chance to override it with an option.   * The user has a chance to override it with an option.
1177   */   */
1178  #include <unistd.h>  #include <unistd.h>
1179    #endif
1180    
1181  #ifndef YY_EXTRA_TYPE  #ifndef YY_EXTRA_TYPE
1182  #define YY_EXTRA_TYPE void *  #define YY_EXTRA_TYPE void *
# Line 1366  YY_DECL Line 1368  YY_DECL
1368  #line 36 "lscp.l"  #line 36 "lscp.l"
1369    
1370    
1371  #line 1370 "lex.yy.c"  #line 1372 "lex.yy.c"
1372    
1373          if ( yyg->yy_init )          if ( yyg->yy_init )
1374                  {                  {
# Line 1777  YY_RULE_SETUP Line 1779  YY_RULE_SETUP
1779  #line 104 "lscp.l"  #line 104 "lscp.l"
1780  ECHO;  ECHO;
1781          YY_BREAK          YY_BREAK
1782  #line 1781 "lex.yy.c"  #line 1783 "lex.yy.c"
1783  case YY_STATE_EOF(INITIAL):  case YY_STATE_EOF(INITIAL):
1784  case YY_STATE_EOF(INSTRING):  case YY_STATE_EOF(INSTRING):
1785          yyterminate();          yyterminate();
# Line 2323  static void yy_load_buffer_state  (yysca Line 2325  static void yy_load_buffer_state  (yysca
2325          yyfree((void *) b ,yyscanner );          yyfree((void *) b ,yyscanner );
2326  }  }
2327    
2328    #ifndef __cplusplus
2329    extern int isatty (int );
2330    #endif /* __cplusplus */
2331        
2332  /* Initializes or reinitializes a buffer.  /* Initializes or reinitializes a buffer.
2333   * This function is sometimes called more than once on the same buffer,   * This function is sometimes called more than once on the same buffer,
2334   * such as during a yyrestart() or at EOF.   * such as during a yyrestart() or at EOF.
# Line 2520  YY_BUFFER_STATE yy_scan_buffer  (char * Line 2526  YY_BUFFER_STATE yy_scan_buffer  (char *
2526   * @note If you want to scan bytes that may contain NUL values, then use   * @note If you want to scan bytes that may contain NUL values, then use
2527   *       yy_scan_bytes() instead.   *       yy_scan_bytes() instead.
2528   */   */
2529  YY_BUFFER_STATE yy_scan_string (yyconst char * str , yyscan_t yyscanner)  YY_BUFFER_STATE yy_scan_string (yyconst char * yy_str , yyscan_t yyscanner)
2530  {  {
2531            
2532          return yy_scan_bytes(str,strlen(str) ,yyscanner);          return yy_scan_bytes(yy_str,strlen(yy_str) ,yyscanner);
2533  }  }
2534    
2535  /** Setup the input buffer state to scan the given bytes. The next call to yylex() will  /** Setup the input buffer state to scan the given bytes. The next call to yylex() will
# Line 2874  void yyfree (void * ptr , yyscan_t yysca Line 2880  void yyfree (void * ptr , yyscan_t yysca
2880  #undef yy_set_bol  #undef yy_set_bol
2881  #undef yy_new_buffer  #undef yy_new_buffer
2882  #undef yy_set_interactive  #undef yy_set_interactive
2883    #undef yytext_ptr
2884  #undef YY_DO_BEFORE_ACTION  #undef YY_DO_BEFORE_ACTION
2885    
2886  #ifdef YY_DECL_IS_OURS  #ifdef YY_DECL_IS_OURS

Legend:
Removed from v.208  
changed lines
  Added in v.209

  ViewVC Help
Powered by ViewVC