8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 03:23:03 +01:00

temporary reverted to be able to fix A1 tag

This commit is contained in:
alexpeshkoff 2008-07-04 10:33:11 +00:00
parent 60cddde0b5
commit fc51563cc1

View File

@ -76,7 +76,7 @@ namespace Jrd
class dsql_intlsym;
typedef Firebird::Stack<dsql_ctx*> DsqlContextStack;
typedef Firebird::Stack<const dsql_str*> DsqlStrStack;
typedef Firebird::Stack<dsql_str*> DsqlStrStack;
typedef Firebird::Stack<dsql_nod*> DsqlNodStack;
};