qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [5429] Make various generated structures static
@ 2008-10-05 11:45 Blue Swirl
  0 siblings, 0 replies; only message in thread
From: Blue Swirl @ 2008-10-05 11:45 UTC (permalink / raw)
  To: qemu-devel

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-10-05 11:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-05 11:45 [Qemu-devel] [5429] Make various generated structures static Blue Swirl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).