blob: f684a79cca201737705a504fefecf3a3fc8fbc03 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
$NetBSD: patch-aa,v 1.4 2000/09/06 14:31:39 jlam Exp $
--- lib_se/frozen_string_list.e.orig Sat Feb 12 04:14:31 2000
+++ lib_se/frozen_string_list.e Mon Feb 21 13:36:10 2000
@@ -117,7 +117,7 @@
-----------------------------------------------------------------------------
-- Frozen list of other names :
- fz_bin: STRING is "bin";
+ fz_bin: STRING is "libexec/smalleiffel";
fz_char: STRING is "char";
fz_close_c_comment: STRING is "*/";
fz_cast_gcfsh_star: STRING is "(gcfsh*)";
@@ -158,6 +158,7 @@
fz_java_util_bitset: STRING is "java/util/BitSet";
fz_jvm_root: STRING is "_any"
fz_main: STRING is "main";
+ fz_man: STRING is "doc/html/smalleiffel";
fz_max_value: STRING is "MAX_VALUE";
fz_new: STRING is "new";
fz_new_chunk: STRING is "new_chunk";
|