pike.git/
lib/
modules/
ADT.pmod/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2014-05-01
2014-05-01 19:30:56 by Martin Nilsson <nilsson@opera.com>
35b43ae8a6500ff98889195ee61967fd66ebc7cb (
2
lines) (+
2
/-
0
)
[
Show
|
Annotate
]
Branch:
8.0
Handle queue underflow.
442:
if(sizeof(q)!=1) return 9; q->flush(); if(sizeof(q)) return 10;
+
if(!undefinedp(q->get())) return 11;
return 0; ]], 0) END_MARKER