comparison dmd/lexer.h @ 664:eef8ac26c66c

Some missed LLVMDC -> LDC.
author Christian Kamm <kamm incasoftware de>
date Mon, 06 Oct 2008 22:54:08 +0200
parents 50383e476c7e
children a26b0c5d5942
comparison
equal deleted inserted replaced
663:6aaa3d3c1183 664:eef8ac26c66c
159 TOKline, 159 TOKline,
160 TOKfile, 160 TOKfile,
161 TOKshared, 161 TOKshared,
162 #endif 162 #endif
163 163
164 // LLVMDC specific 164 // LDC specific
165 #if IN_LLVM 165 #if IN_LLVM
166 TOKgep, 166 TOKgep,
167 #endif 167 #endif
168 168
169 TOKMAX 169 TOKMAX