Changeset c6e6323 in git for modules


Ignore:
Timestamp:
May 23, 2001, 10:13:02 PM (23 years ago)
Author:
Anne Frühbis-Krüger <anne@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
58ee72b2260e83362c46f3432d244065af1dfa1b
Parents:
fd55c168c91b1bfc8561d5eabb2fe200f2240a54
Message:
*anne: added inclusion of header omalloc.h in created module cc-file


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

Legend:

Unmodified
Added
Removed
  • modules/modgen/misc.cc

    rfd55c1 rc6e6323  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: misc.cc,v 1.12 2000-12-05 15:26:59 obachman Exp $ */
     4/* $Id: misc.cc,v 1.13 2001-05-23 20:13:02 anne Exp $ */
    55/*
    66* ABSTRACT: lib parsing
     
    469469  fprintf(fp, "\n");
    470470  fprintf(fp, "#include <locals.h>\n");
     471  fprintf(fp, "#include <omalloc.h>\n");
    471472  if(what != 'h') {
    472473    fprintf(fp, "#include \"%s.h\"\n", module);
Note: See TracChangeset for help on using the changeset viewer.