source: scripts/untested/blfs-patches/OpenSP-1.5.1-LITLEN-1.patch @ 617118d

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 617118d was 617118d, checked in by Jim Gifford <clfs@…>, 18 years ago

r561@server (orig r559): root | 2005-06-05 02:38:49 -0700
Fixed Directory Structure

  • Property mode set to 100644
File size: 1.6 KB
Line 
1Submitted By: BLFS Book <blfs-book@linuxfromscratch.org>
2Date: 2003-10-05
3Initial Package Version: 1.5
4Origin: BLFS Book
5Description: Remove some annonying messages when running openjade.
6
7$LastChangedBy: bdubbs $
8$Date: 2004-08-07 18:56:30 -0600 (Sat, 07 Aug 2004) $
9
10diff -Naur OpenSP-1.5/lib/Syntax.cxx OpenSP-1.5-patched/lib/Syntax.cxx
11--- OpenSP-1.5/lib/Syntax.cxx   2000-03-14 23:17:25.000000000 +0000
12+++ OpenSP-1.5-patched/lib/Syntax.cxx   2003-05-24 18:36:39.000000000
13+0000
14@@ -24,7 +24,7 @@
15   16,
16   16,
17   16,
18-  32,
19+  253,
20   96,
21   16,
22   240,
23diff -Naur OpenSP-1.5/unicode/gensyntax.pl
24OpenSP-1.5-patched/unicode/gensyntax.pl
25--- OpenSP-1.5/unicode/gensyntax.pl     1999-11-04 08:36:18.000000000
26+0000
27+++ OpenSP-1.5-patched/unicode/gensyntax.pl     2003-05-24
2818:39:53.000000000 +0000
29@@ -185,7 +185,7 @@
30 
31 QUANTITY        SGMLREF         -- To be determined --
32         ATTSPLEN        1920    -- ?? --
33-        LITLEN          240     -- ?? --
34+        LITLEN          8092    -- ?? --
35         NAMELEN         240     -- ?? --
36         PILEN           1920    -- ?? --
37         TAGLEN          1920    -- ?? --
38diff -Naur OpenSP-1.5/unicode/unicode.syn
39OpenSP-1.5-patched/unicode/unicode.syn
40--- OpenSP-1.5/unicode/unicode.syn      1999-11-04 08:36:18.000000000
41+0000
42+++ OpenSP-1.5-patched/unicode/unicode.syn      2003-05-24
4318:40:12.000000000 +0000
44@@ -1266,7 +1266,7 @@
45 
46 QUANTITY        SGMLREF         -- To be determined --
47         ATTSPLEN        1920    -- ?? --
48-        LITLEN          240     -- ?? --
49+        LITLEN          8092    -- ?? --
50         NAMELEN         240     -- ?? --
51         PILEN           1920    -- ?? --
52         TAGLEN          1920    -- ?? --
53
54
Note: See TracBrowser for help on using the repository browser.