diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-06-20 14:02:09 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-06-20 14:02:09 +0000 |
commit | f867481d333dce97f2c2e28e8fbd9b6be130beda (patch) | |
tree | ec5a15f4be11a7eb038ce4240352871aad370004 /soltools | |
parent | eed6bedc7b677cfbdb3e43d3c718afba110be431 (diff) |
INTEGRATION: CWS hidforall (1.3.8); FILE MERGED
2005/06/16 09:53:18 gh 1.3.8.1: #i40269#building HelpIDs on all platforms / get includes out of main
Diffstat (limited to 'soltools')
-rwxr-xr-x | soltools/HIDCompiler/hidclex.l | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/soltools/HIDCompiler/hidclex.l b/soltools/HIDCompiler/hidclex.l index 8c4d1cc89e83..eb0cfb742ded 100755 --- a/soltools/HIDCompiler/hidclex.l +++ b/soltools/HIDCompiler/hidclex.l @@ -2,9 +2,9 @@ * * $RCSfile: hidclex.l,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: vg $ $Date: 2005-03-23 15:46:21 $ + * last change: $Author: rt $ $Date: 2005-06-20 15:02:09 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -60,7 +60,7 @@ ************************************************************************/ %{ -static char *Revision = "$Revision: 1.3 $" ; +static char *Revision = "$Revision: 1.4 $" ; /* @@ -753,8 +753,8 @@ num4tag (([Pp][Oo][Ss][Ss][Ii][Zz][Ee])) if( firstprint ) { firstprint=0; - fprintf(outfile, " int main() { \n\n\n"); fprintf(outfile, "#include \"starview.hid\" \n\n"); + fprintf(outfile, " int main() { \n\n\n"); } char globunder[256]; @@ -955,8 +955,8 @@ int main( int argc, char* argv[] ) yylex(); /* do the real work here */ if( firstprint ) { - fprintf(outfile, " int main() { \n\n\n"); fprintf(outfile, "#include \"starview.hid\" \n\n"); + fprintf(outfile, " int main() { \n\n\n"); } fprintf(outfile, "\nreturn 0;"); fprintf(outfile, "\n} /*main*/\n"); |