Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!zaphod.mps.ohio-state.edu!magnus.ircc.ohio-state.edu!tut.cis.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!pacbell.com!pacbell!barn!everexn!grenada!christmas!rtm From: rtm@christmas.UUCP (Richard Minner) Newsgroups: comp.lang.c Subject: Is #define THING -10 completely safe? Message-ID: <33@christmas.UUCP> Date: 25 Jan 91 02:19:01 GMT Reply-To: rtm@island.COM (Richard Minner) Organization: Island Graphics, Sacramento, California Lines: 13 In article <1991Jan23.015757.22220@portia.Stanford.EDU> fangchin@portia.Stanford.EDU (Chin Fang) writes: >... from my /usr/include/limits.h >#define INT_MIN -2147483648 /* min decimal value of an "int" */ Something I've been curious about, should the above be #define INT_MIN (-2147483648) The precedence rules seem to imply that ()'s aren't needed with a negative integer constant. Could someone confirm or deny this please? (I always use ()'s out of habit.) -- Richard Minner rtm@island.COM {uunet,sun,well}!island!rtm Island Graphics Corporation Sacramento, CA (916) 736-1323