qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [5519] protect exec-all.h frm multiple inclusion (Glauber C


From: Anthony Liguori
Subject: [Qemu-devel] [5519] protect exec-all.h frm multiple inclusion (Glauber Costa)
Date: Thu, 23 Oct 2008 13:52:01 +0000

Revision: 5519
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5519
Author:   aliguori
Date:     2008-10-23 13:52:00 +0000 (Thu, 23 Oct 2008)

Log Message:
-----------
protect exec-all.h frm multiple inclusion (Glauber Costa)

Signed-off-by: Glauber Costa <address@hidden>

Modified Paths:
--------------
    trunk/exec-all.h

Modified: trunk/exec-all.h
===================================================================
--- trunk/exec-all.h    2008-10-22 21:42:54 UTC (rev 5518)
+++ trunk/exec-all.h    2008-10-23 13:52:00 UTC (rev 5519)
@@ -18,6 +18,8 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
+#ifndef _EXEC_ALL_H_
+#define _EXEC_ALL_H_
 /* allow to see translation results - the slowdown should be negligible, so we 
leave it */
 #define DEBUG_DISAS
 
@@ -385,3 +387,4 @@
 }
 
 #endif
+#endif






reply via email to

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