diff test/multi.c @ 642:e9622935a621

*** empty log message ***
author kono
date Wed, 01 Nov 2006 15:33:37 +0900
parents 04211a2cf227
children c2c709727221
line wrap: on
line diff
--- a/test/multi.c	Wed Nov 01 01:42:17 2006 +0900
+++ b/test/multi.c	Wed Nov 01 15:33:37 2006 +0900
@@ -1,14 +1,17 @@
+#ifndef INLINE
+#define INLINE
+#endif
 
 int printf(const char *,...);
 
 #define LEN0 10
-#define LEN1 10
+#define LEN1 9
 
 typedef int ARRAY[LEN0][LEN1];
 
 int a[LEN0][LEN1];
 
-int
+INLINE int
 f(ARRAY a)
 {
     int i,j;