Remove FAR declarations
This commit is contained in:
@@ -65,8 +65,8 @@
|
|||||||
/* Internal function prototypes */
|
/* Internal function prototypes */
|
||||||
static int rec_okay(P1(int) Pi(int *)
|
static int rec_okay(P1(int) Pi(int *)
|
||||||
Pi(RECORD_ENTRY * *));
|
Pi(RECORD_ENTRY * *));
|
||||||
static int ctblcmp(P1(const unsigned char FAR*)
|
static int ctblcmp(P1(const unsigned char *)
|
||||||
Pi(const unsigned char FAR*) Pi(int));
|
Pi(const unsigned char *) Pi(int));
|
||||||
|
|
||||||
/* Check for valid db number and set curr_db, curr_db_table and curr_rn_table
|
/* Check for valid db number and set curr_db, curr_db_table and curr_rn_table
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user