Changeset 658488c in git


Ignore:
Timestamp:
Apr 28, 1998, 11:39:27 AM (25 years ago)
Author:
Wilfred Pohl <pohl@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
9c756f50c635eccfe5749e58e5429491470bf117
Parents:
188c0f5c8f73b77afc207d9ebff9248bdcc60b52
Message:
verbose as extern "C"


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

Legend:

Unmodified
Added
Removed
  • Singular/structs.h

    r188c0f5 r658488c  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: structs.h,v 1.10 1998-03-16 14:56:47 obachman Exp $ */
     6/* $Id: structs.h,v 1.11 1998-04-28 09:39:27 pohl Exp $ */
    77/*
    88* ABSTRACT
     
    147147extern BITSET test;
    148148/*the general set of verbose-options --> febase.cc */
     149#ifdef __cplusplus
     150extern "C" BITSET verbose;
     151#else
    149152extern BITSET verbose;
     153#endif
    150154/*debugging the bison grammar --> grammar.cc*/
    151155#ifdef YYDEBUG
Note: See TracChangeset for help on using the changeset viewer.