Mercurial > hg > xemacs-beta
view netinstall/version.pl @ 2659:674ee2dfe5fc
[xemacs-hg @ 2005-03-13 11:35:21 by crestani]
Adjust KKCC_BT_STACK_SIZE.
2005-03-13 Marcus Crestani <crestani@informatik.uni-tuebingen.de>
* alloc.c (KKCC_BT_STACK_SIZE): Temporary fix for KKCC
backtrace. Thanks to Adrian.
author | crestani |
---|---|
date | Sun, 13 Mar 2005 11:35:27 +0000 |
parents | 3078fd1074e8 |
children |
line wrap: on
line source
while (<STDIN>) { if (/^\$Revision:\s*([0-9\.]*)/) { print "char *version = \"$1\";\n"; print "static char *id = \"\\n%%% setup-version $1\\n\";\n"; } }