summaryrefslogtreecommitdiff
path: root/rsc/source/parser/rscyacc.y
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2013-03-26 11:10:45 +0100
committerAndras Timar <atimar@suse.com>2013-03-27 09:33:00 +0100
commit73ff49f47dda14391f0c118f62002cb42680624e (patch)
tree361fb6fecc7ce1e3466036f967614cd5afe3122d /rsc/source/parser/rscyacc.y
parent95c586d5c034115fd252c5fb0e4637bf9dc68a4d (diff)
remove unused functionality from Resource Compiler
and remove ASCII art comments and other useless comments Change-Id: Iafa5eb5aa421b38b325bdc7cea6045b43a5c582a
Diffstat (limited to 'rsc/source/parser/rscyacc.y')
-rw-r--r--rsc/source/parser/rscyacc.y5
1 files changed, 0 insertions, 5 deletions
diff --git a/rsc/source/parser/rscyacc.y b/rsc/source/parser/rscyacc.y
index 16d2833f53ac..742f58b42581 100644
--- a/rsc/source/parser/rscyacc.y
+++ b/rsc/source/parser/rscyacc.y
@@ -37,13 +37,11 @@
#include <rsclex.hxx>
-/************** V a r i a b l e n ****************************************/
ObjectStack S;
RscTop * pCurClass;
sal_uInt32 nCurMask;
char szErrBuf[ 100 ];
-/************** H i l f s F u n k t i o n e n ****************************/
RSCINST GetVarInst( const RSCINST & rInst, const char * pVarName )
{
RSCINST aInst;
@@ -242,7 +240,6 @@ RSCINST GetFirstTupelEle( const RSCINST & rTop )
return aInst;
}
-/************** Y a c c C o d e ****************************************/
//#define YYDEBUG 1
#define TYPE_Atom 0
@@ -355,7 +352,6 @@ RSCINST GetFirstTupelEle( const RSCINST & rTop )
%%
-/********************** D E F I N I T I O N S ****************************/
resource_definitions
:
| resource_definitions resource_definition
@@ -1137,7 +1133,6 @@ var_body
| var_bodycomplex
;
-/********************** work on yacc stack *******************************/
string_multiline
: STRING
{