Changeset 652a47 in git for modules/modgen/creat_top.cc


Ignore:
Timestamp:
May 31, 2010, 10:26:19 AM (14 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
997e235821fbd1091b88f59cea795a11712b3ada
Parents:
081da356cddd836a28de94069422e2bf9dc06079
Message:
typedef idtyp

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

Legend:

Unmodified
Added
Removed
  • modules/modgen/creat_top.cc

    r081da35 r652a47  
    4848void write_enter_id(FILE *fp)
    4949{
     50  fprintf(fp, "\ntypedef int idtyp;\n");
    5051  fprintf(fp, "\nidhdl enter_id(char *name, char *value, idtyp t)\n");
    5152  fprintf(fp, "{\n");
Note: See TracChangeset for help on using the changeset viewer.