Skip to content

Commit 4285c2e

Browse files
committed
showdef fix. -- noch
Former-commit-id: ab26b2c
1 parent 99d0d1c commit 4285c2e

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/tools/browser/BrowserCmd.Mod

+2-6
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,9 @@ MODULE BrowserCmd; (* RC 29.10.93 *) (* object model 4.12.93, command line ver
1212

1313
(* structure forms *)
1414
Undef = 0; Byte = 1; Bool = 2; Char = 3; SInt = 4; Int = 5; LInt = 6;
15-
(*Real = 7; LReal = 8; Set = 9; String = 10; NilTyp = 11; NoTyp = 12;
16-
Pointer = 13; ProcTyp = 14; Comp = 15;
17-
*)
1815
Real = 7; LReal = 8; Set = 9; String = 10; NilTyp = 11; NoTyp = 12;
19-
Pointer = 13; ProcTyp = 14;
20-
Int8 = 16; Int16 = 17; Int32 = 18; Int64 = 19;
21-
Comp = 20;
16+
Pointer = 13; ProcTyp = 14; Comp = 15;
17+
2218
(* composite structure forms *)
2319
Basic = 1; Array = 2; DynArr = 3; Record = 4;
2420

0 commit comments

Comments
 (0)