pike.git/
lib/
modules/
Parser.pmod/
Pike.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2000-12-20
2000-12-20 11:30:54 by David Norlin <norlin@roxen.com>
c4c6d215719fb3d72d11c8eea318152f167b96b0 (
2
lines) (+
2
/-
0
)
[
Show
|
Annotate
]
Branch:
7.9
Added the token "::"
Rev: lib/modules/Parser.pmod/Pike.pmod:1.7
146:
case "++": case "--": case "&&": case "||": case "->":
+
case "::":
pos++; default: pos++;