Ignore:
Timestamp:
Feb 26, 2000, 10:24:54 AM (26 years ago)
Author:
ansari
Message:

new md5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BaseTools/peidainit.cc

    r580 r742  
    7070{
    7171if (fgprt) {
    72   char* compiler;
     72  char* compiler = 0;
    7373  #ifdef __GNUG__
    7474  compiler = "gcc " __VERSION__;
     
    8686  compiler = const_cast<char *>("SGI-CC ") ;
    8787  #endif
     88  #ifdef __MWERKS__
     89  compiler = const_cast<char *>("Codewarrior ");
     90  #endif
    8891  fprintf(stderr,"SOPHYA Version %4.1f Revision %d (%s) -- %s %s %s\n",
    8992          SOPHYA_VERSION, SOPHYA_REVISION, SOPHYA_TAG,
Note: See TracChangeset for help on using the changeset viewer.