summaryrefslogtreecommitdiff
path: root/basic/source/comp
diff options
context:
space:
mode:
authorMartin Hollmichel <mh@openoffice.org>2001-10-17 17:53:05 +0000
committerMartin Hollmichel <mh@openoffice.org>2001-10-17 17:53:05 +0000
commit8e670c4fdf9fae97779979354fe9bec9aa1f3a35 (patch)
tree2a732d83e5cf900f0349902ca850dd5b5f7919db /basic/source/comp
parente3a68c215e228eeb5bacf7eddacd58a3fd4eaaaf (diff)
del: old segemntc.h
Diffstat (limited to 'basic/source/comp')
-rw-r--r--basic/source/comp/buffer.cxx7
-rw-r--r--basic/source/comp/codegen.cxx7
-rw-r--r--basic/source/comp/dim.cxx7
-rw-r--r--basic/source/comp/exprgen.cxx7
-rw-r--r--basic/source/comp/exprnode.cxx7
-rw-r--r--basic/source/comp/exprtree.cxx7
-rw-r--r--basic/source/comp/io.cxx7
-rw-r--r--basic/source/comp/loops.cxx7
-rw-r--r--basic/source/comp/parser.cxx12
-rw-r--r--basic/source/comp/sbcomp.cxx7
-rw-r--r--basic/source/comp/scanner.cxx6
-rw-r--r--basic/source/comp/symtbl.cxx7
-rw-r--r--basic/source/comp/token.cxx7
13 files changed, 26 insertions, 69 deletions
diff --git a/basic/source/comp/buffer.cxx b/basic/source/comp/buffer.cxx
index 7fc27bb233cc..9c9a8b553d02 100644
--- a/basic/source/comp/buffer.cxx
+++ b/basic/source/comp/buffer.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: buffer.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:12:10 $
+ * last change: $Author: mh $ $Date: 2001-10-17 18:53:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -64,9 +64,6 @@
#include "buffer.hxx"
#include <string.h>
-#include "segmentc.hxx"
-#pragma SW_SEGMENT_CLASS( SBCOMP, SBCOMP_CODE )
-
// Der SbiBuffer wird in Inkrements von mindestens 16 Bytes erweitert.
// Dies ist notwendig, da viele Klassen von einer Pufferlaenge
// von x*16 Bytes ausgehen.
diff --git a/basic/source/comp/codegen.cxx b/basic/source/comp/codegen.cxx
index a81b0c02422d..0b92c2e7c7a4 100644
--- a/basic/source/comp/codegen.cxx
+++ b/basic/source/comp/codegen.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: codegen.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:12:10 $
+ * last change: $Author: mh $ $Date: 2001-10-17 18:53:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -64,9 +64,6 @@
#pragma hdrstop
#include "image.hxx"
-#include "segmentc.hxx"
-#pragma SW_SEGMENT_CLASS( SBCOMP, SBCOMP_CODE )
-
// nInc ist die Inkrementgroesse der Puffer
SbiCodeGen::SbiCodeGen( SbModule& r, SbiParser* p, short nInc )
diff --git a/basic/source/comp/dim.cxx b/basic/source/comp/dim.cxx
index 87f083a96f29..fe1fe406ce77 100644
--- a/basic/source/comp/dim.cxx
+++ b/basic/source/comp/dim.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dim.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: ab $ $Date: 2001-09-04 10:04:24 $
+ * last change: $Author: mh $ $Date: 2001-10-17 18:53:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -63,9 +63,6 @@
#include "sbcomp.hxx"
#pragma hdrstop
-#include "segmentc.hxx"
-#pragma SW_SEGMENT_CLASS( SBCOMP, SBCOMP_CODE )
-
// Deklaration einer Variablen
// Bei Fehlern wird bis zum Komma oder Newline geparst.
// Returnwert: eine neue Instanz, die eingefuegt und dann geloescht wird.
diff --git a/basic/source/comp/exprgen.cxx b/basic/source/comp/exprgen.cxx
index 44ea8d88551d..e69d8f6097c9 100644
--- a/basic/source/comp/exprgen.cxx
+++ b/basic/source/comp/exprgen.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: exprgen.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: ab $ $Date: 2001-09-04 10:06:24 $
+ * last change: $Author: mh $ $Date: 2001-10-17 18:53:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -63,9 +63,6 @@
#pragma hdrstop
#include "expr.hxx"
-#include "segmentc.hxx"
-#pragma SW_SEGMENT_CLASS( SBCEXPR, SBCOMP_CODE )
-
// Umsetztabelle fuer Token-Operatoren und Opcodes
typedef struct {
diff --git a/basic/source/comp/exprnode.cxx b/basic/source/comp/exprnode.cxx
index 00fc6ea0f6e0..6f4c41c41688 100644
--- a/basic/source/comp/exprnode.cxx
+++ b/basic/source/comp/exprnode.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: exprnode.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: ab $ $Date: 2001-08-22 10:01:44 $
+ * last change: $Author: mh $ $Date: 2001-10-17 18:53:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,9 +70,6 @@
#pragma hdrstop
#include "expr.hxx"
-#include "segmentc.hxx"
-#pragma SW_SEGMENT_CLASS( SBCEXPR, SBCOMP_CODE )
-
//////////////////////////////////////////////////////////////////////////
SbiExprNode::SbiExprNode( SbiParser* p, SbiExprNode* l, SbiToken t, SbiExprNode* r )
diff --git a/basic/source/comp/exprtree.cxx b/basic/source/comp/exprtree.cxx
index 2304a67f7e2b..3a6d6bb66a21 100644
--- a/basic/source/comp/exprtree.cxx
+++ b/basic/source/comp/exprtree.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: exprtree.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: ab $ $Date: 2000-10-10 13:02:28 $
+ * last change: $Author: mh $ $Date: 2001-10-17 18:53:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -64,9 +64,6 @@
#include <svtools/sbx.hxx> // w.g. ...IMPL_REF(...sbxvariable)
#include "expr.hxx"
-#include "segmentc.hxx"
-#pragma SW_SEGMENT_CLASS( SBCEXPR, SBCOMP_CODE )
-
/***************************************************************************
|*
|* SbiExpression
diff --git a/basic/source/comp/io.cxx b/basic/source/comp/io.cxx
index de71e2474463..2636f47ca23e 100644
--- a/basic/source/comp/io.cxx
+++ b/basic/source/comp/io.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: io.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:12:10 $
+ * last change: $Author: mh $ $Date: 2001-10-17 18:53:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -67,9 +67,6 @@
#pragma hdrstop
#include "iosys.hxx"
-#include "segmentc.hxx"
-#pragma SW_SEGMENT_CLASS( SBCOMP, SBCOMP_CODE )
-
// Test, ob ein I/O-Channel angegeben wurde
BOOL SbiParser::Channel( BOOL bAlways )
diff --git a/basic/source/comp/loops.cxx b/basic/source/comp/loops.cxx
index 64c4001ee14a..9f631f2a4f2d 100644
--- a/basic/source/comp/loops.cxx
+++ b/basic/source/comp/loops.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: loops.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:12:10 $
+ * last change: $Author: mh $ $Date: 2001-10-17 18:53:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,9 +62,6 @@
#include "sbcomp.hxx"
#pragma hdrstop
-#include "segmentc.hxx"
-#pragma SW_SEGMENT_CLASS( SBCOMP, SBCOMP_CODE )
-
// Single-line IF und Multiline IF
void SbiParser::If()
diff --git a/basic/source/comp/parser.cxx b/basic/source/comp/parser.cxx
index d5273c077c3a..c16731174cb4 100644
--- a/basic/source/comp/parser.cxx
+++ b/basic/source/comp/parser.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: parser.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: ab $ $Date: 2001-05-17 09:41:05 $
+ * last change: $Author: mh $ $Date: 2001-10-17 18:53:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,20 +59,12 @@
*
************************************************************************/
-#if SUPD >= 375
#ifndef _SBXCLASS_HXX //autogen
#include <svtools/sbx.hxx>
#endif
-#else
-#include <svmem.hxx>
-#include <sbx.hxx>
-#endif
#include "sbcomp.hxx"
#pragma hdrstop
-#include "segmentc.hxx"
-#pragma SW_SEGMENT_CLASS( SBCOMP, SBCOMP_CODE )
-
struct SbiParseStack { // "Stack" fuer Statement-Blocks
SbiParseStack* pNext; // Chain
SbiExprNode* pWithVar; // Variable fuer WITH
diff --git a/basic/source/comp/sbcomp.cxx b/basic/source/comp/sbcomp.cxx
index b83f3c60b58d..8f7ef9275a03 100644
--- a/basic/source/comp/sbcomp.cxx
+++ b/basic/source/comp/sbcomp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sbcomp.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:12:10 $
+ * last change: $Author: mh $ $Date: 2001-10-17 18:53:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -67,9 +67,6 @@
#include "sbcomp.hxx"
#include "image.hxx"
-#include "segmentc.hxx"
-#pragma SW_SEGMENT_CLASS( SBCOMP, SBCOMP_CODE )
-
// Diese Routine ist hier definiert, damit der Compiler als eigenes Segment
// geladen werden kann.
diff --git a/basic/source/comp/scanner.cxx b/basic/source/comp/scanner.cxx
index c11e40c87643..6bee3325636d 100644
--- a/basic/source/comp/scanner.cxx
+++ b/basic/source/comp/scanner.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: scanner.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: vg $ $Date: 2001-08-28 15:19:16 $
+ * last change: $Author: mh $ $Date: 2001-10-17 18:53:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,8 +76,6 @@
#include <tools/intn.hxx>
#endif
-#include "segmentc.hxx"
-#pragma SW_SEGMENT_CLASS( SBCOMP, SBCOMP_CODE )
SbiScanner::SbiScanner( const String& rBuf, StarBASIC* p ) : aBuf( rBuf )
{
diff --git a/basic/source/comp/symtbl.cxx b/basic/source/comp/symtbl.cxx
index 025b3c3e5021..f61271482dd7 100644
--- a/basic/source/comp/symtbl.cxx
+++ b/basic/source/comp/symtbl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: symtbl.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: ab $ $Date: 2001-09-04 10:07:46 $
+ * last change: $Author: mh $ $Date: 2001-10-17 18:53:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -65,9 +65,6 @@
#include <string.h>
#include <ctype.h>
-#include "segmentc.hxx"
-#pragma SW_SEGMENT_CLASS( SBCOMP, SBCOMP_CODE )
-
SV_IMPL_PTRARR(SbiStrings,String*)
SV_IMPL_PTRARR(SbiSymbols,SbiSymDef*)
diff --git a/basic/source/comp/token.cxx b/basic/source/comp/token.cxx
index 523edc98e29b..f618bae4cf4c 100644
--- a/basic/source/comp/token.cxx
+++ b/basic/source/comp/token.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: token.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: ab $ $Date: 2001-08-27 11:11:59 $
+ * last change: $Author: mh $ $Date: 2001-10-17 18:53:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,9 +62,6 @@
#include <ctype.h>
#include "sbcomp.hxx"
-#include "segmentc.hxx"
-#pragma SW_SEGMENT_CLASS( SBCOMP, SBCOMP_CODE )
-
struct TokenTable { SbiToken t; const char *s; };
static short nToken; // Anzahl der Tokens