Browse Source
* src/parser/alias.c, src/parser/alias.h: contain frontend alias
* src/parser/alias.c, src/parser/alias.h: contain frontend alias
command. Moved them to src/frontend/com_alias.c and src/frontend/com_alias.h. Updated Makefile.am's as appropreate. * src/parser/front.c, src/parser/front.h, src/parser/history.c, src/parser/history.h, src/parser/modify.c, src/parser/modify.h, src/parser/variable.c, src/parser/variable.h: Empty files.pre-master-46
13 changed files with 74 additions and 115 deletions
-
2src/frontend/Makefile.am
-
102src/frontend/com_alias.c
-
0src/frontend/com_alias.h
-
10src/parser/Makefile.am
-
45src/parser/cshpar.c
-
0src/parser/front.c
-
0src/parser/front.h
-
0src/parser/history.c
-
0src/parser/history.h
-
0src/parser/modify.c
-
13src/parser/modify.h
-
0src/parser/variable.c
-
17src/parser/variable.h
@ -1,13 +0,0 @@ |
|||
/************* |
|||
* Header file for modify.c |
|||
* 1999 E. Rouat |
|||
************/ |
|||
|
|||
#ifndef MODIFY_H_INCLUDED |
|||
#define MODIFY_H_INCLUDED |
|||
|
|||
|
|||
void cp_init(void); |
|||
|
|||
|
|||
#endif |
|||
@ -1,17 +0,0 @@ |
|||
/************* |
|||
* Header file for variable.c |
|||
* 1999 E. Rouat |
|||
************/ |
|||
|
|||
#ifndef VARIABLE_H_INCLUDED |
|||
#define VARIABLE_H_INCLUDED |
|||
|
|||
|
|||
wordlist * cp_varwl(struct variable *var); |
|||
void cp_vset(char *varname, char type, char *value); |
|||
struct variable * cp_setparse(wordlist *wl); |
|||
void cp_remvar(char *varname); |
|||
|
|||
|
|||
|
|||
#endif |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue