Changeset af68ef in git for Singular


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


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

Legend:

Unmodified
Added
Removed
  • Singular/libparse.cc

    r91f1a3 raf68ef  
    2020
    2121/* Scanner skeleton version:
    22  * $Header: /exports/cvsroot-2/cvsroot/Singular/libparse.cc,v 1.4 2005-02-23 15:31:34 Singular Exp $
     22 * $Header: /exports/cvsroot-2/cvsroot/Singular/libparse.cc,v 1.5 2005-04-30 17:38:40 Singular Exp $
    2323 */
    2424
     
    10031003*  Computer Algebra System SINGULAR     *
    10041004****************************************/
    1005 /* $Id: libparse.cc,v 1.4 2005-02-23 15:31:34 Singular Exp $ */
     1005/* $Id: libparse.cc,v 1.5 2005-04-30 17:38:40 Singular Exp $ */
    10061006#include <stdio.h>
    10071007#include <string.h>
     
    15751575             iiInitSingularProcinfo(pi, newlib, proc, yylplineno,
    15761576                                    current_pos(0), p_static);
    1577              #else STANDALONE_PARSER
     1577             #else /*STANDALONE_PARSER*/
    15781578             if( mode == LOAD_LIB)
    15791579             {
     
    16071607                   Warn( "     proc '%s' registered", proc );
    16081608               }
    1609                #endif STANDALONE_PARSER
     1609               #endif /*STANDALONE_PARSER*/
    16101610               SET_DEF_END(mode, pi, current_pos(yyleng+1));
    16111611               #if YYLPDEBUG
     
    16211621             #ifndef STANDALONE_PARSER
    16221622             }
    1623              #endif STANDALONE_PARSER
     1623             #endif /*STANDALONE_PARSER*/
    16241624           }
    16251625        YY_BREAK
  • 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.