Changeset af68ef in git for Singular/libparse.l


Ignore:
Timestamp:
Apr 30, 2005, 7:38:41 PM (19 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38dfc5131670d387a89455159ed1e071997eec94')
Children:
46f16d4dd0abf5f668386093cdf1bf505129f3bc
Parents:
91f1a306ee125a8792d3346850b71a9cb3cadefd
Message:
*hannes: PORT


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

Legend:

Unmodified
Added
Removed
  • Singular/libparse.l

    r91f1a3 raf68ef  
    33*  Computer Algebra System SINGULAR     *
    44****************************************/
    5 /* $Id: libparse.l,v 1.55 2005-02-23 15:31:33 Singular Exp $ */
     5/* $Id: libparse.l,v 1.56 2005-04-30 17:38:41 Singular Exp $ */
    66#include <stdio.h>
    77#include <string.h>
     
    325325             iiInitSingularProcinfo(pi, newlib, proc, yylplineno,
    326326                                    current_pos(0), p_static);
    327              #else STANDALONE_PARSER
     327             #else /*STANDALONE_PARSER*/
    328328             if( mode == LOAD_LIB)
    329329             {
     
    357357                   Warn( "     proc '%s' registered", proc );
    358358               }
    359                #endif STANDALONE_PARSER
     359               #endif /*STANDALONE_PARSER*/
    360360               SET_DEF_END(mode, pi, current_pos(yyleng+1));
    361361               #if YYLPDEBUG
     
    371371             #ifndef STANDALONE_PARSER
    372372             }
    373              #endif STANDALONE_PARSER
     373             #endif /*STANDALONE_PARSER*/
    374374           }
    375375example    {
Note: See TracChangeset for help on using the changeset viewer.