* [Qemu-devel] [5519] protect exec-all.h frm multiple inclusion (Glauber Costa)
@ 2008-10-23 13:52 Anthony Liguori
0 siblings, 0 replies; only message in thread
From: Anthony Liguori @ 2008-10-23 13:52 UTC (permalink / raw)
To: qemu-devel
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 <glommer@redhat.com>
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-10-23 13:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-23 13:52 [Qemu-devel] [5519] protect exec-all.h frm multiple inclusion (Glauber Costa) Anthony Liguori
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).