Changeset f3a470 in git for Singular/feOpt.cc


Ignore:
Timestamp:
May 22, 2002, 12:30:04 PM (22 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'fc741b6502fd8a97288eaa3eba6e5220f3c3df87')
Children:
b470b3738dc6a3526e912b1ee76397837a2d18d0
Parents:
7d6af67e7d1325b8cb907f1f1d0260d28906fab8
Message:
*hannes: include stdlib.h


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

Legend:

Unmodified
Added
Removed
  • Singular/feOpt.cc

    r7d6af6 rf3a470  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: feOpt.cc,v 1.19 2001-10-09 16:35:58 Singular Exp $ */
     4/* $Id: feOpt.cc,v 1.20 2002-05-22 10:30:04 Singular Exp $ */
    55/*
    66* ABSTRACT: Implementation of option buisness
     
    88
    99#include <string.h>
     10#include <stdlib.h>
    1011#include "mod2.h"
    1112#include "feOpt.h"
     
    375376        else
    376377          sdb_flags = 0;
    377       #endif   
     378      #endif
    378379        return NULL;
    379380
Note: See TracChangeset for help on using the changeset viewer.