Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!ucbvax!ANDREW.CMU.EDU!ghoti+ From: ghoti+@ANDREW.CMU.EDU (Adam Stoller) Newsgroups: comp.soft-sys.andrew Subject: Coding Query Message-ID: <0c67Oam00VtqIgXkVr@andrew.cmu.edu> Date: 26 Apr 91 18:51:18 GMT Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: Adam Stoller Organization: The Internet Lines: 44 This is a completely UNofficial query - I am simply interested in gathering some information which could possibly lead to changes in the distribution - but could also very easily lead to no change. I am interested in finding out how many people/sites/systems/etc. out there are not able to compile code with full ANSI-C prototypes. If you cannot compile this code: ================================ #include void foo(int a, char *b); int main() { foo(10, "you're okay"); exit(0); } void foo(int a, char *b) { printf("%d: %s\n", a, b); } ================================ Please send me the following information (in mail if possible - NOT to info-andrew if avoidable): Organization/Company/Group/...: Hardware Platform: Operating System: Compiler (name/brand/version/etc.): Compilation Log from trying to build the above code: The address to send this to is: ghoti+ansi@andrew.cmu.edu Again - this is only at the stage of collecting information - there is, as of right now, no official decision to change the coding used in the Andrew Distribution. Thanks in advance for the information. --fish