qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [5429] Make various generated structures static


From: Blue Swirl
Subject: [Qemu-devel] [5429] Make various generated structures static
Date: Sun, 05 Oct 2008 11:45:28 +0000

Revision: 5429
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5429
Author:   blueswir1
Date:     2008-10-05 11:45:25 +0000 (Sun, 05 Oct 2008)

Log Message:
-----------
Make various generated structures static

Modified Paths:
--------------
    trunk/linux-user/syscall.c

Modified: trunk/linux-user/syscall.c
===================================================================
--- trunk/linux-user/syscall.c  2008-10-05 11:09:37 UTC (rev 5428)
+++ trunk/linux-user/syscall.c  2008-10-05 11:45:25 UTC (rev 5429)
@@ -2119,7 +2119,7 @@
 #undef STRUCT
 #undef STRUCT_SPECIAL
 
-#define STRUCT(name, list...) const argtype struct_ ## name ## _def[] = { 
list, TYPE_NULL };
+#define STRUCT(name, list...) static const argtype struct_ ## name ## _def[] = 
{ list, TYPE_NULL };
 #define STRUCT_SPECIAL(name)
 #include "syscall_types.h"
 #undef STRUCT






reply via email to

[Prev in Thread] Current Thread [Next in Thread]