diff src/profile.h @ 3282:390dee4913ba

[xemacs-hg @ 2006-03-14 19:31:41 by james] Add a missing do to a do { ... } while(0) macro. See message ID <1141930812.4329.8.camel@jerrypc.cs.usu.edu> on the xemacs-patches list.
author james
date Tue, 14 Mar 2006 19:31:43 +0000
parents facf3239ba30
children 8f6a825eb3d3
line wrap: on
line diff
--- a/src/profile.h	Tue Mar 14 00:09:09 2006 +0000
+++ b/src/profile.h	Tue Mar 14 19:31:43 2006 +0000
@@ -113,6 +113,7 @@
   RETURN_EXIT_PROFILING (tag, Lisp_Object, expr)
   
 #define RETURN_UNGCPRO_EXIT_PROFILING(tag, expr)	\
+do							\
 {							\
   Lisp_Object ret_ungc_val = (expr);			\
   UNGCPRO;						\