comparison src/defun.h @ 4699:5e2c68946f30

[project @ 2004-01-20 23:04:46 by jwe]
author jwe
date Tue, 20 Jan 2004 23:04:47 +0000
parents 7849788ca4bd
children b04b30d30c66
comparison
equal deleted inserted replaced
4698:737fd5c0ae06 4699:5e2c68946f30
155 155
156 // Make alias another name for the existing function name. This macro 156 // Make alias another name for the existing function name. This macro
157 // must be used in the same file where name is defined, after the 157 // must be used in the same file where name is defined, after the
158 // definition for name. 158 // definition for name.
159 159
160 #define DEFALIAS(name, alias) \ 160 #define DEFALIAS(alias, name) \
161 DEFALIAS_INTERNAL (name, alias) 161 DEFALIAS_INTERNAL (alias, name)
162 162
163 #endif 163 #endif
164 164
165 /* 165 /*
166 ;;; Local Variables: *** 166 ;;; Local Variables: ***