Ignore:
Timestamp:
01/22/21 12:00:29 (3 years ago)
Author:
yushan
Message:

Graph intermedia commit to a tmp branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_graph/src/parse_expr/yacc_parser.cpp

    r1686 r2019  
    7070#include "exception.hpp" 
    7171 
    72 #include "yacc_var.hpp" 
    73  
    7472using namespace std; 
    7573using namespace xios; 
     
    8684  size_t globalReadOffset = 0; 
    8785 
    88   std::string *xios::yacc_globalInputText_ptr = 0; 
    89  
    9086  int readInputForLexer(char* buffer, size_t* numBytesRead, size_t maxBytesToRead) 
    9187  { 
    92     yacc_globalInputText_ptr = &globalInputText; 
    93     //*yacc_globalInputText_ptr = globalInputText; 
    94  
    95     std::cout<<"========= yacc_globalInputText_ptr = "<<*yacc_globalInputText_ptr<<std::endl; 
    96      
    9788    size_t numBytesToRead = maxBytesToRead; 
    9889    size_t bytesRemaining = globalInputText.length()-globalReadOffset; 
Note: See TracChangeset for help on using the changeset viewer.