diff options
Diffstat (limited to 'numbers.h')
-rw-r--r-- | numbers.h | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -31,10 +31,14 @@ extern Var do_divide(Var, Var); extern Var do_modulus(Var, Var); extern Var do_power(Var, Var); -/* $Log$ -/* Revision 1.2 1997/03/03 04:19:11 nop -/* GNU Indent normalization -/* +/* + * $Log$ + * Revision 1.3 1998/12/14 13:18:38 nop + * Merge UNSAFE_OPTS (ref fixups); fix Log tag placement to fit CVS whims + * + * Revision 1.2 1997/03/03 04:19:11 nop + * GNU Indent normalization + * * Revision 1.1.1.1 1997/03/03 03:45:04 nop * LambdaMOO 1.8.0p5 * |