aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code
diff options
context:
space:
mode:
authorRichard Brooksby2001-12-07 12:56:23 +0000
committerRichard Brooksby2001-12-07 12:56:23 +0000
commit2cd5dc15670d911b339a43b8715a3699d27eca78 (patch)
tree0e8f3fb93cb1b7b6ddc085b96a860b8f8dc5b99a /mps/code
parent3d5e2ca85f093d8f2cd69f2622e94e1ddd83436e (diff)
downloademacs-2cd5dc15670d911b339a43b8715a3699d27eca78.tar.gz
emacs-2cd5dc15670d911b339a43b8715a3699d27eca78.zip
Fixed eventgen.pl to work with perforce id keywords rather than hopenames.
Copied from Perforce Change: 24907 ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code')
-rw-r--r--mps/code/eventgen.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/mps/code/eventgen.pl b/mps/code/eventgen.pl
index 31aa12f288a..3e05d88205c 100644
--- a/mps/code/eventgen.pl
+++ b/mps/code/eventgen.pl
@@ -12,7 +12,7 @@
12# You will need to have eventgen.h claimed, and you should 12# You will need to have eventgen.h claimed, and you should
13# remember to check it in afterwards. 13# remember to check it in afterwards.
14 14
15$HopeName = '$HopeName: MMsrc!eventgen.pl(trunk.13) $'; 15$ID = substr(q$Id$, 4, -1);
16 16
17%Formats = (); 17%Formats = ();
18 18
@@ -45,12 +45,12 @@ open(H, ">eventgen.h") || die "Can't open eventgen.h for output";
45 45
46print H "/* impl.h.eventgen -- Automatic event header 46print H "/* impl.h.eventgen -- Automatic event header
47 * 47 *
48 * \$Id$ 48 * \$Id\$
49 * \$HopeName\$ 49 * \$HopeName\$
50 * Copyright (c) 2001 Ravenbrook Limited. 50 * Copyright (c) 2001 Ravenbrook Limited.
51 * 51 *
52 * DO NOT EDIT THIS FILE! 52 * DO NOT EDIT THIS FILE!
53 * This file was generated by", substr($HopeName, 10), " 53 * This file was generated by $ID
54 */\n\n"; 54 */\n\n";
55 55
56 56