mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 04:43:03 +01:00
Totally misc.
This commit is contained in:
parent
53f10f669f
commit
39fbdce193
@ -591,8 +591,6 @@ DECLARE EXTERNAL FUNCTION sqrt
|
||||
ENTRY_POINT 'IB_UDF_sqrt' MODULE_NAME 'ib_udf';
|
||||
|
||||
|
||||
|
||||
|
||||
/*****************************************
|
||||
*
|
||||
* s r a n d
|
||||
|
@ -119,9 +119,9 @@ public:
|
||||
/** Concatenates the two paths given in the second and third parameters,
|
||||
and writes the resulting path into the first parameter. The
|
||||
two path input arguments (arg 2 and 3) are concatinated in the order
|
||||
arg2 arg3. The concatination is done is such a way as to remove
|
||||
arg2 arg3. The concatenation is done is such a way as to remove
|
||||
any duplicate directory separators that may have resulted from
|
||||
a simple string concatination of the arguments with the directory
|
||||
a simple string concatenation of the arguments with the directory
|
||||
separator character.
|
||||
**/
|
||||
static void concatPath(Firebird::PathName&, const Firebird::PathName&,
|
||||
|
@ -30,7 +30,7 @@
|
||||
*/
|
||||
|
||||
/*
|
||||
* This definitions placed into separate file
|
||||
* These definitions placed into separate file
|
||||
* to avoid multiple definition of struct why_hndl in why.cpp
|
||||
* and dsql.cpp
|
||||
*
|
||||
|
@ -2,7 +2,7 @@
|
||||
* Module: gds.h
|
||||
*
|
||||
* The content of this file was generated by the Firebird project
|
||||
* and is a concatination of several header source files, that may
|
||||
* and is a concatenation of several header source files, that may
|
||||
* also explain the unusual #ifdef structures within this file.
|
||||
*
|
||||
*
|
||||
|
@ -2,7 +2,7 @@
|
||||
* Module: ibase.h
|
||||
*
|
||||
* The content of this file was generated by the Firebird project
|
||||
* and is a concatination of several header source files, that may
|
||||
* and is a concatenation of several header source files, that may
|
||||
* also explain the unusual #ifdef structures within this file.
|
||||
*
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user