Skip to content

Commit

Permalink
showdef fix. -- noch
Browse files Browse the repository at this point in the history
Former-commit-id: ab26b2c
  • Loading branch information
norayr committed Mar 31, 2015
1 parent 99d0d1c commit 4285c2e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/tools/browser/BrowserCmd.Mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,9 @@ MODULE BrowserCmd; (* RC 29.10.93 *) (* object model 4.12.93, command line ver

(* structure forms *)
Undef = 0; Byte = 1; Bool = 2; Char = 3; SInt = 4; Int = 5; LInt = 6;
(*Real = 7; LReal = 8; Set = 9; String = 10; NilTyp = 11; NoTyp = 12;
Pointer = 13; ProcTyp = 14; Comp = 15;
*)
Real = 7; LReal = 8; Set = 9; String = 10; NilTyp = 11; NoTyp = 12;
Pointer = 13; ProcTyp = 14;
Int8 = 16; Int16 = 17; Int32 = 18; Int64 = 19;
Comp = 20;
Pointer = 13; ProcTyp = 14; Comp = 15;

(* composite structure forms *)
Basic = 1; Array = 2; DynArr = 3; Record = 4;

Expand Down

0 comments on commit 4285c2e

Please sign in to comment.