Fix Clang 3.1 compile error
authorRoland Schulz <roland@utk.edu>
Thu, 24 May 2012 21:57:34 +0000 (17:57 -0400)
committerRoland Schulz <roland@utk.edu>
Fri, 25 May 2012 01:28:51 +0000 (21:28 -0400)
Change-Id: I3cdfed9168c8ea1b1ca29de0efba071e1f73b9e4

src/gromacs/legacyheaders/readinp.h

index e8bef133d57702d40594ae1c7d6117d07e39e37d..19d851a889b51972135ea4dc8c028fe1690aa604 100644 (file)
@@ -106,8 +106,8 @@ int get_eenum(int *ninp,t_inpfile **inp,const char *name,const char **defs);
 #define RTYPE(name,var,def)  var=get_ereal(&ninp,&inp,name,def,wi)
 #define ETYPE(name,var,defs) var=get_eenum(&ninp,&inp,name,defs)
 #define EETYPE(name,var,defs) var=get_eeenum(&ninp,&inp,name,defs,wi)
-#define CCTYPE(s) STYPENC("\n; "s,NULL)
-#define CTYPE(s)  STYPENC("; "s,NULL)
+#define CCTYPE(s) STYPENC("\n; " s,NULL)
+#define CTYPE(s)  STYPENC("; " s,NULL)
 /* This last one prints a comment line where you can add some explanation */
 
 /* This structure is used for parsing arguments off the comand line */