Changeset b1dfaf in git for Singular/libparse.l


Ignore:
Timestamp:
Sep 17, 2010, 3:36:19 PM (14 years ago)
Author:
Frank Seelisch <seelisch@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
7194edf653bb54e050d46f0f8090b86b6ac49d1c
Parents:
dce1e3bbf2389a71a367d500df527054c5d4459f
Message:
patch from Kai (checked for problems under Windows OS: no problems)

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

Legend:

Unmodified
Added
Removed
  • Singular/libparse.l

    rdce1e3 rb1dfaf  
    88#include <stdlib.h>
    99#include <ctype.h>
    10 #include <Singular/mod2.h>
     10#include <kernel/mod2.h>
    1111#ifdef STANDALONE_PARSER
    1212  #include <Singular/utils.h>
     
    2222  #include <kernel/options.h>
    2323  #include <kernel/febase.h>
    24   #include <omalloc.h>
     24  #include <omalloc/omalloc.h>
    2525#endif
    2626#include <Singular/libparse.h>
     
    5252
    5353char *yylp_buffer_start;
     54#ifndef NEW_FLEX
    5455int yylplineno = 1;
     56#endif /* NEW_FLEX */
    5557int lpverbose = 0, check = 0;
    5658int texinfo_out = 0;
     
    845847   quote  = 0;
    846848   yy_init=1;
    847    yy_delete_buffer(yy_current_buffer);
     849   yy_delete_buffer(YY_CURRENT_BUFFER);
    848850}
    849851
Note: See TracChangeset for help on using the changeset viewer.