Ignore:
Timestamp:
03/17/17 18:02:20 (7 years ago)
Author:
yushan
Message:

backup modification

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_yushan/src/parse_expr/lex_parser.cpp

    r1072 r1079  
    264264static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ 
    265265static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */ 
    266 #pragma omp threadprivate(yy_buffer_stack_top, yy_buffer_stack_max, yy_buffer_stack) 
     266//#pragma omp threadprivate(yy_buffer_stack_top, yy_buffer_stack_max, yy_buffer_stack) 
    267267 
    268268/* We provide macros for accessing buffer states in case in the 
     
    284284static char yy_hold_char; 
    285285static yy_size_t yy_n_chars;            /* number of characters read into yy_ch_buf */ 
    286 #pragma omp threadprivate(yy_hold_char, yy_n_chars) 
     286//#pragma omp threadprivate(yy_hold_char, yy_n_chars) 
    287287 
    288288yy_size_t yyleng; 
     
    292292static int yy_init = 0;         /* whether we need to initialize */ 
    293293static int yy_start = 0;        /* start state number */ 
    294 #pragma omp threadprivate(yy_c_buf_p, yy_init, yy_start) 
     294//#pragma omp threadprivate(yy_c_buf_p, yy_init, yy_start) 
    295295 
    296296/* Flag which is used to allow yywrap()'s to do buffer switches 
     
    298298 */ 
    299299static int yy_did_buffer_switch_on_eof; 
    300 #pragma omp threadprivate(yy_did_buffer_switch_on_eof) 
     300//#pragma omp threadprivate(yy_did_buffer_switch_on_eof) 
    301301 
    302302void yyrestart (FILE *input_file  ); 
     
    987987 
    988988    } ; 
    989 #pragma omp threadprivate(yy_nxt) 
     989//#pragma omp threadprivate(yy_nxt) 
    990990 
    991991static yy_state_type yy_get_previous_state (void ); 
     
    10321032    } ; 
    10331033 
    1034 #pragma omp threadprivate(yy_accept, yy_last_accepting_state, yy_last_accepting_cpos, yy_NUL_trans) 
     1034//#pragma omp threadprivate(yy_accept, yy_last_accepting_state, yy_last_accepting_cpos, yy_NUL_trans) 
    10351035 
    10361036extern int yy_flex_debug; 
Note: See TracChangeset for help on using the changeset viewer.