소스 검색

* fix for Mantis #37579: mark the 'German' tokens with the characters they represent

git-svn-id: trunk@46475 -
svenbarth 5 년 전
부모
커밋
075057f929
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 5 5
      compiler/tokens.pas

+ 5 - 5
compiler/tokens.pas

@@ -64,15 +64,15 @@ type
     _OP_DEC,
     { special chars }
     _CARET,
-    _LECKKLAMMER,
-    _RECKKLAMMER,
+    _LECKKLAMMER, { '[' }
+    _RECKKLAMMER, { ']' }
     _POINT,
     _COMMA,
-    _LKLAMMER,
-    _RKLAMMER,
+    _LKLAMMER, { '(' }
+    _RKLAMMER, { ')' }
     _COLON,
     _SEMICOLON,
-    _KLAMMERAFFE,
+    _KLAMMERAFFE, { '@' }
     _POINTPOINT,
     _POINTPOINTPOINT,
     _PIPE,