Sign in
android
/
platform
/
external
/
antlr
/
refs/heads/android15-qpr1-release
/
.
/
runtime
/
Cpp
/
include
/
antlr3.inl
blob: 79974afc1bc24cea9da9d33fda54006317139e3f [
file
] [
log
] [
blame
] [
edit
]
ANTLR_BEGIN_NAMESPACE
()
//static
ANTLR_INLINE
void
GenericStream
::
displayRecognitionError
(
const
StringType
&
str
)
{
fprintf
(
stderr
,
str
.
c_str
()
);
}
ANTLR_END_NAMESPACE
()