Changeset a3f0fea in git for Singular/checklibs.c


Ignore:
Timestamp:
Jan 24, 2019, 1:08:04 PM (5 years ago)
Author:
Reimer Behrends <behrends@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
756676ef1fcf4cff300fb1607a6d21293b253245
Parents:
25fe907e3f7e0d124b25f97832c0b71e96c515e2
Message:
Modify variable declarions for pSingular.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/checklibs.c

    r25fe907 ra3f0fea  
    77#define LINE_LEN 200
    88#define RECOMMENDED_LEN 100
    9 FILE *f;
    10 int trailing_spaces=0;
    11 int tabs=0;
    12 int verylong_lines=0;
    13 int lines=0;
    14 unsigned char buf[LINE_LEN];
    15 int proc_cnt=0;
    16 unsigned char *proc[NUM_PROC];
    17 unsigned char have_doc[NUM_PROC];
    18 unsigned char have_example[NUM_PROC];
    19 unsigned char proc_found[NUM_PROC];
    20 int non_ascii=0;
    21 int non_ascii_line=0;
    22 int star_nl=0;
    23 int footer=0;
    24 int header=0;
    25 int crlf=0;
    26 int proc_help_lines=0;
    27 int proc_help_texinfo=0;
     9VAR FILE *f;
     10VAR int trailing_spaces=0;
     11VAR int tabs=0;
     12VAR int verylong_lines=0;
     13VAR int lines=0;
     14VAR unsigned char buf[LINE_LEN];
     15VAR int proc_cnt=0;
     16VAR unsigned char *proc[NUM_PROC];
     17VAR unsigned char have_doc[NUM_PROC];
     18VAR unsigned char have_example[NUM_PROC];
     19VAR unsigned char proc_found[NUM_PROC];
     20VAR int non_ascii=0;
     21VAR int non_ascii_line=0;
     22VAR int star_nl=0;
     23VAR int footer=0;
     24VAR int header=0;
     25VAR int crlf=0;
     26VAR int proc_help_lines=0;
     27VAR int proc_help_texinfo=0;
    2828
    2929void get_next()
Note: See TracChangeset for help on using the changeset viewer.