[13676] in Athena Bugs
sun4 7.7R: Saber
daemon@ATHENA.MIT.EDU (The Daniel Weber)
Thu Jul 20 15:51:28 1995
To: bugs@MIT.EDU
Date: Thu, 20 Jul 1995 15:51:22 EDT
From: The Daniel Weber <djweber@MIT.EDU>
System name: w20-575-24
Type and version: SPARC/Classic 7.7R
Display type: cgthree
What were you trying to do?
Use Saber, MIT's C debugger
What's wrong:
Saber doesn't like what's in stdlib.h:
----------------
"/usr/include/stdlib.h":31, Storage class conflict (Warning #642)
30: typedef struct {
31: long long quot;
^
32: long long rem;
Type specifier 'long' cannot be combined with type (int).
What should have happened:
stdlib.h should have been loaded with no problems at all--ever.