Changeset a48753 in git


Ignore:
Timestamp:
Jan 27, 2010, 6:21:25 PM (13 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
Children:
690e21e881c763e9c23a2f83759a44488fbf2ea0
Parents:
670ad37fc94abb7adfcad9c869ef0dfdf6357fdc
Message:
structs.h cleanup

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

Legend:

Unmodified
Added
Removed
  • Singular/subexpr.h

    r670ad3 ra48753  
    111111void piShowProcinfo(procinfov pi, char *txt);
    112112#ifdef HAVE_LIBPARSER
     113class libstack;
     114typedef libstack *  libstackv;
     115
    113116class libstack
    114117{
  • kernel/structs.h

    r670ad3 ra48753  
    805805#define TEST_V_UPTORADICAL         BVERBOSE(V_UPTORADICAL)
    806806#define TEST_V_FINDMONOM           BVERBOSE(V_FINDMONOM)
    807 #ifdef HAVE_LIBPARSER
    808 #ifdef __cplusplus
    809 class libstack;
    810 typedef libstack *  libstackv;
    811 #endif
    812 #endif /* HAVE_LIBPARSER */
    813807
    814808extern struct omBin_s* char_ptr_bin;
Note: See TracChangeset for help on using the changeset viewer.