diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-27 23:19:06 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-27 23:19:06 +0100 |
commit | 984be699b2e944b6bb19b73f59c8bbd6bc00ef28 (patch) | |
tree | eca6b4a2049e9227ba5b257625d2ed73ccebcdc0 /FICS | |
parent | 75db75769a7284bc27e06db7c389a6923b658131 (diff) |
Updated the revision history
Diffstat (limited to 'FICS')
-rw-r--r-- | FICS/variable.c | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/FICS/variable.c b/FICS/variable.c index f2e2c80..32d6df3 100644 --- a/FICS/variable.c +++ b/FICS/variable.c @@ -19,12 +19,13 @@ /* Revision history: name email yy/mm/dd Change - Richard Nash 93/10/22 Created - loon 95/03/17 added figure_boolean, use it :) - hersco 95/04/10 replaced figure_boolean with - set_boolean_var - DAV 95/19/11 moved variable command to here - added jprivate + Richard Nash 93/10/22 Created + loon 95/03/17 Added figure_boolean() + hersco 95/04/10 Replaced figure_boolean() with + set_boolean_var() + DAV 95/19/11 Moved variable command to here + Added jprivate + Markus Uhlin 23/12/27 Fixed the includes */ #include "stdinclude.h" |