home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!spool.mu.edu!agate!usenet.ins.cwru.edu!news.ysu.edu!psuvm!sml108
- Organization: Penn State University
- Date: Fri, 18 Dec 1992 20:39:41 EST
- From: <SML108@psuvm.psu.edu>
- Message-ID: <92353.203941SML108@psuvm.psu.edu>
- Newsgroups: comp.lang.c
- Subject: Interesting bug
- Lines: 15
-
- I had a program with code like
-
- void routine (x)
- int *x;
- {
- int x;
-
-
- }
-
- My compiler did not trap this as an error... Shouldn't it? Or at least
- give a warning?
-
- Scott
-
-