From e92006cfcecbf387471ea518abc5f97434cb0051 Mon Sep 17 00:00:00 2001 From: goodale Date: Thu, 4 Feb 1999 16:05:49 +0000 Subject: Gab's new definitions of IO functions. Tom & Gab git-svn-id: http://svn.cactuscode.org/flesh/trunk@209 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/include/IOOverloadables.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/include') diff --git a/src/include/IOOverloadables.h b/src/include/IOOverloadables.h index 1fd09782..09740532 100644 --- a/src/include/IOOverloadables.h +++ b/src/include/IOOverloadables.h @@ -22,8 +22,11 @@ OVERLOADABLE(OutputGH) #undef ARGUMENTS -#define ARGUMENTS cGH *GH, const char *group -OVERLOADABLE(OutputGroup) +#define ARGUMENTS cGH *GH, \ + const char *var, \ + const char *method, \ + const char *alias +OVERLOADABLE(OutputVarAs) #undef ARGUMENTS #undef RETURN_TYPE -- cgit v1.2.3