Changeset 9f9c43 in git


Ignore:
Timestamp:
Apr 7, 1998, 9:46:44 AM (26 years ago)
Author:
Wilfred Pohl <pohl@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
f5581d242f4bb41b28e320ce50de190b7dffe936
Parents:
1caa724ecc92dd76617c98c9946796d008178c53
Message:
INT64 for Metrowerks


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

Legend:

Unmodified
Added
Removed
  • factory/config.h.in

    r1caa72 r9f9c43  
    11/* emacs edit mode for this file is -*- C -*- */
    2 /* $Id: config.h.in,v 1.5 1997-12-09 11:59:44 schmidt Exp $ */
     2/* $Id: config.h.in,v 1.6 1998-04-07 07:46:44 pohl Exp $ */
    33
    44#ifndef INCL_CONFIG_H
     
    6969
    7070/* define type of your compilers 64 bit integer type */
     71#ifdef __MWERKS__
     72struct Int_64;
     73typedef struct Int_64 _Int_64;
     74typedef _Int_64* INT64;
     75#else
    7176#define INT64 long long int
     77#endif
    7278
    7379/************** END OF CONFIGURABLE SECTION **************/
Note: See TracChangeset for help on using the changeset viewer.