Changeset 59f502 in git


Ignore:
Timestamp:
May 11, 1998, 2:04:23 PM (26 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
c5134931d4c5a854ab23eb3b33d242e62cb7cc04
Parents:
4b0130c108dfa76a5a82331897e6b910b26d34c8
Message:
	* config.h.in (INT64): unused declarations for MetroWerks removed


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

Legend:

Unmodified
Added
Removed
  • factory/config.h.in

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