diff options
author | Steve Price <steve@FreeBSD.org> | 2000-01-03 03:38:10 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-01-03 03:38:10 +0000 |
commit | 74eeb6ba906d6e7af59911cf251d7893156c0b98 (patch) | |
tree | 91142153bcb4ebdc0ec3598d31c30eb5a56f7817 /deskutils/abacus/files/patch-ai | |
parent | Update to FrontPage Extensions 2000. (diff) |
Update to use Tcl/Tk version 8.2. No response from maintainer.
Notes
Notes:
svn path=/head/; revision=24375
Diffstat (limited to 'deskutils/abacus/files/patch-ai')
-rw-r--r-- | deskutils/abacus/files/patch-ai | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/deskutils/abacus/files/patch-ai b/deskutils/abacus/files/patch-ai new file mode 100644 index 000000000000..0d58ead207fa --- /dev/null +++ b/deskutils/abacus/files/patch-ai @@ -0,0 +1,11 @@ +--- include/utils.hh.orig Thu Dec 30 15:18:25 1999 ++++ include/utils.hh Thu Dec 30 15:18:48 1999 +@@ -45,7 +45,7 @@ + #define MIN(a,b) ((a) < (b) ? (a) : (b)) + #endif + +-#define panic(msg) err_print(msg) ++#define punt(msg) err_print(msg) + + void err_print(char *message); + void err_print(char *message,int n); |