diff --git a/config.log b/config.log index a856b00..ab27c1e 100644 --- a/config.log +++ b/config.log @@ -441,17 +441,17 @@ This file was extended by config.status 2.50, executed with > ./config.status on moses -config.status:5395: creating xlhtml/Makefile - -## ----------------------- ## -## Running config.status. ## -## ----------------------- ## - -This file was extended by config.status 2.50, executed with - > ./config.status -on moses - -config.status:5395: creating xlhtml/Makefile +config.status:5395: creating Makefile + +## ----------------------- ## +## Running config.status. ## +## ----------------------- ## + +This file was extended by config.status 2.50, executed with + > ./config.status +on moses + +config.status:5487: creating config.h ## ----------------------- ## ## Running config.status. ## diff --git a/xlhtml/html.c b/xlhtml/html.c index 0915573..9eb9aab 100644 --- a/xlhtml/html.c +++ b/xlhtml/html.c @@ -47,6 +47,7 @@ extern void output_cell( cell *, int); extern uni_string author; extern int null_string(U8 *); extern unsigned int next_font; +extern struct work_sheet; void output_header(void); void output_footer(void); diff --git a/xlhtml/xlhtml.h b/xlhtml/xlhtml.h index 0871fb2..170d279 100644 --- a/xlhtml/xlhtml.h +++ b/xlhtml/xlhtml.h @@ -73,7 +73,6 @@ typedef struct /*!< This encapsulates some information about each worksheet */ uni_string ws_title; cell **c_array; U16 spanned; - int ws_array; }work_sheet; typedef struct /*!< This is everything we need to know about fonts */