Xref: utzoo comp.lang.c:38524 comp.unix.sysv386:7140 Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!jarthur!uunet!convex!egsner!swsrv1!toma From: toma@swsrv1.cirr.com (Tom Armistead) Newsgroups: comp.lang.c,comp.unix.sysv386 Subject: ANSI C/gcc1.39 question on Sys Vr4 Keywords: ANSI C/gcc on Sys Vr4 Message-ID: <1991Apr21.014544.16923@swsrv1.cirr.com> Date: 21 Apr 91 01:45:44 GMT Organization: Software Services: Garland, Tx Lines: 23 I have gcc 1.39 on System Vr4. It compiled with just a little trouble, but when I compile things with, if they include anything from /usr/include, gcc croaks on some ?ANSI? stuff in the .h files. This is what causes the problem: #ifdef __STDC__ #if #machine(pdp11) # define ULIMIT 512 #endif #endif Can anybody tell me what the '#machine' is supposed to do? gcc just doesn't understand it? Is it a gcc problem? Or is it a new ANSI thing? Thanks for ANY help... Tom -- Tom Armistead - Software Services - 2918 Dukeswood Dr. - Garland, Tx 75040 =========================================================================== toma@swsrv1.cirr.com {egsner,letni,ozdaltx,void}!swsrv1!toma