import gdb-1999-06-28 snapshot
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / long_long.c
index 096528d1d2012855da3182b2f8a3c88a488a7bfc..a76e2792ab22338643e9fecbdd1674c73ce5376c 100644 (file)
@@ -7,8 +7,12 @@
  * cc +e +DA2.0 -g -o long_long long_long.c
  */
 
+#ifdef PROTOTYPES
+long long callee(long long i)
+#else
 long long callee( i )
 long long i;
+#endif
 {
    register long long result;
 
@@ -32,6 +36,8 @@ int known_types()
    /* Stop here and look!
     */
    hex = bin - dec | oct;
+
+   return 0;
 }
 
 int main() {
This page took 0.029025 seconds and 4 git commands to generate.