*** empty log message ***
This commit is contained in:
@@ -507,11 +507,6 @@ Main : { Line(); } Source {
|
||||
|
||||
Source : Crlf
|
||||
| Extern
|
||||
<<<<<<< harbour.y
|
||||
| Include
|
||||
| Line
|
||||
=======
|
||||
>>>>>>> 1.83
|
||||
| VarDefs
|
||||
| FieldsDef
|
||||
| MemvarDef
|
||||
@@ -519,11 +514,6 @@ Source : Crlf
|
||||
| Statement
|
||||
| Source Crlf
|
||||
| Source Extern
|
||||
<<<<<<< harbour.y
|
||||
| Source Include
|
||||
| Source Line
|
||||
=======
|
||||
>>>>>>> 1.83
|
||||
| Source Function
|
||||
| Source { LineBody(); } Statement
|
||||
| Source VarDefs
|
||||
@@ -531,18 +521,6 @@ Source : Crlf
|
||||
| Source MemvarDef
|
||||
;
|
||||
|
||||
<<<<<<< harbour.y
|
||||
Include : NE1 INCLUDE LITERAL { if( ! Include( $3, _pIncludePath ) )
|
||||
GenError( ERR_CANT_OPEN_INCLUDE, $3, NULL );
|
||||
_iState =LOOKUP;
|
||||
} Crlf
|
||||
;
|
||||
|
||||
Line : NE1 LINE INTLONG LITERAL Crlf
|
||||
;
|
||||
=======
|
||||
>>>>>>> 1.83
|
||||
|
||||
Extern : EXTERN ExtList { _iState =LOOKUP; } Crlf
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user