Changeset c4bbf1f in git for Singular/misc.cc


Ignore:
Timestamp:
Apr 22, 1998, 12:37:47 PM (25 years ago)
Author:
Kai Krüger <krueger@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
30ae549770efe9d4bd2b4489572c5cf0f77e7c39
Parents:
03483470cb89c43677d7dc4875a95a0fb672f9a9
Message:
fixes for HAVE_LIBPARSER not def


git-svn-id: file:///usr/local/Singular/svn/trunk@1422 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/misc.cc

    r0348347 rc4bbf1f  
    403403              }
    404404          }
    405       } else {
     405      }
     406#ifdef HAVE_LIBPARSER
     407      else {
    406408        fclose( yylpin );
    407409        PrintS(text_buffer);
    408410        FreeL(text_buffer);
    409411      }
     412#endif /* HAVE_LIBPARSER */
    410413    }
    411414  /* --------- everything else is for the manual ----------------*/
Note: See TracChangeset for help on using the changeset viewer.