Changeset a2cdd62 in git for Singular/walk.cc


Ignore:
Timestamp:
Nov 15, 2011, 7:28:26 PM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38dfc5131670d387a89455159ed1e071997eec94')
Children:
7d58b610fedb008c184de5ef38c1cd5bc05d1ecc
Parents:
4e855a74192517a72dcb8d0b593d1a3706ed88d9
Message:
fix: avoid limits.h
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/walk.cc

    r4e855a7 ra2cdd62  
    4343#include <stdio.h>
    4444#include <float.h>
    45 #include <limits.h>
     45#include <misc/mylimits.h>
    4646#include <sys/types.h>
    4747
Note: See TracChangeset for help on using the changeset viewer.