winmessage headers
This commit is contained in:
parent
2e0ef03d64
commit
4b6eed9b6a
|
|
@ -1,3 +1,8 @@
|
|||
|
||||
|
||||
2009-04-23 Holger Vogt
|
||||
* measure.c, inpcom.c, : winmessage() header
|
||||
|
||||
============================ Rework-19 ==================================
|
||||
2009-04-23 Holger Vogt
|
||||
* measure.c: .measure broken for trig, targ
|
||||
|
|
|
|||
|
|
@ -74,6 +74,8 @@ Author: 1985 Wayne A. Christopher
|
|||
manipulations into debug-out.txt */
|
||||
/* #define OUTDECK */
|
||||
|
||||
extern void winmessage(char* new_msg);
|
||||
|
||||
/* globals -- wanted to avoid complicating inp_readall interface */
|
||||
static char *library_file[1000];
|
||||
static char *library_name[1000][1000];
|
||||
|
|
|
|||
|
|
@ -8,6 +8,8 @@
|
|||
#include "numparam/numpaif.h"
|
||||
#include "missing_math.h"
|
||||
|
||||
extern void winmessage(char* new_msg);
|
||||
|
||||
static bool measure_valid[20000];
|
||||
static bool just_chk_meas;
|
||||
static bool measures_passed;
|
||||
|
|
|
|||
Loading…
Reference in New Issue