winmessage headers

This commit is contained in:
h_vogt 2009-04-25 12:25:07 +00:00
parent 2e0ef03d64
commit 4b6eed9b6a
3 changed files with 9 additions and 0 deletions

View File

@ -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

View File

@ -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];

View File

@ -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;