summaryrefslogtreecommitdiff
path: root/src/include/IOOverloadables.h
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-11-05 14:58:55 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-11-05 14:58:55 +0000
commit7429addb5b7f80c1035b59afa239996ff1a58c65 (patch)
tree1ba6dde297325a705161420eacd2a2151db10fa5 /src/include/IOOverloadables.h
parent295247798ad3e1ef841ac7e04d219ac3cb146e8b (diff)
Adding a const qualifier to the 'cGH *' argument of some flesh routines
and for I/O method registration. You will also need to update the I/O thorns which I will commit changes to now. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2452 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/IOOverloadables.h')
-rw-r--r--src/include/IOOverloadables.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/include/IOOverloadables.h b/src/include/IOOverloadables.h
index ee838f07..cbdbcfea 100644
--- a/src/include/IOOverloadables.h
+++ b/src/include/IOOverloadables.h
@@ -2,11 +2,11 @@
@header IOOverloadables.h
@date Thu Feb 4 09:59:34 1999
@author Tom Goodale
- @desc
- The overloadable functions for the IO layer.
- See OverloadMacros.h to see how to use these.
- @enddesc
- @version $Header$
+ @desc
+ The overloadable functions for the IO layer.
+ See OverloadMacros.h to see how to use these.
+ @enddesc
+ @version $Header$
@@*/
#ifdef OVERLOADABLE_CALL
@@ -34,11 +34,11 @@
#endif
#define RETURN_TYPE int
-#define ARGUMENTS cGH *GH
+#define ARGUMENTS const cGH *GH
OVERLOADABLE(OutputGH)
#undef ARGUMENTS
-#define ARGUMENTS cGH *GH, \
+#define ARGUMENTS const cGH *GH, \
const char *var, \
const char *method, \
const char *alias