Changeset da8702 in git for Singular/grammar.cc


Ignore:
Timestamp:
Aug 19, 2010, 5:40:48 PM (14 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
6eccc9f59310fd742d647804c6de7278f02d0b4b
Parents:
aa41157ad14a8f3814a8828a44faeeb674508a1b
Message:
code cleanup: removed HAVE_FGLM, HAVE_TCL

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

Legend:

Unmodified
Added
Removed
  • Singular/grammar.cc

    raa4115 rda8702  
    452452  if(inerror==0)
    453453  {
    454     #ifdef HAVE_TCL
    455     if (tclmode)
    456     { /* omit output of line number if tclmode and stdin */
    457       const char *n=VoiceName();
    458       if (strcmp(n,"STDIN")==0)
    459         Werror( "error occurred in or before %s: `%s`"
    460                ,n, my_yylinebuf);
    461       else
    462         Werror( "error occurred in or before %s line %d: `%s`"
    463                ,n, yylineno, my_yylinebuf);
    464     }
    465     else
    466     #endif
    467454    {
    468455      if ((strlen(fmt)>1)
Note: See TracChangeset for help on using the changeset viewer.