(file) Return to parser.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Compiler

Diff for /pegasus/src/Pegasus/Compiler/parser.cpp between version 1.18 and 1.19

version 1.18, 2005/02/05 23:00:05 version 1.19, 2005/02/06 21:23:06
Line 30 
Line 30 
 // Author: Bob Blair (bblair@bmc.com) // Author: Bob Blair (bblair@bmc.com)
 // //
 // Modified By: // Modified By:
   //              Sean Keenan, Hewlett-Packard Company (sean.keenan@hp.com)
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 65 
Line 66 
 //------------------------------------------------------------------- //-------------------------------------------------------------------
 int int
 parser::setInputBufferFromName(const String &filename) { parser::setInputBufferFromName(const String &filename) {
 #ifdef PEGASUS_PLATFORM_OS400_ISERIES_IBM  #if defined PEGASUS_PLATFORM_OS400_ISERIES_IBM || defined (PEGASUS_OS_VMS)
   // 't' not supported on OS/400   // 't' not supported on OS/400
   FILE *f = fopen(filename.getCString(),"r");   FILE *f = fopen(filename.getCString(),"r");
 #else #else


Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2