Changeset c7ae4d in git for old_modgen


Ignore:
Timestamp:
Aug 31, 2016, 12:30:31 AM (8 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
e180f5613c396d33aa3316cd450d3a1e80d69129
Parents:
7e2307f3485ab92e550254c1212dafc2940b41ea
Message:
Singular_4_1: parent(..)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • old_modgen/modgen/misc.cc

    r7e2307 rc7ae4d  
    3939
    4040typedef struct {
    41   unsigned long nCmdUsed;      /**< number of commands used */
    42   unsigned long nCmdAllocated; /**< number of commands-slots allocated */
    43   unsigned long nLastIdentifier;
     41  unsigned  nCmdUsed;          /**< number of commands used */
     42  unsigned nCmdAllocated;      /**< number of commands-slots allocated */
     43  unsigned nLastIdentifier;
    4444  cmdnames *sCmds;             /**< array of existing commands */
    4545
Note: See TracChangeset for help on using the changeset viewer.