diff options
author | Paul Smith <psmith@gnu.org> | 1998-10-03 05:39:55 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 1998-10-03 05:39:55 +0000 |
commit | 2c64fb221a265f9e7fc93374906b1e7540377561 (patch) | |
tree | 4603a4b4e5ec9a6366e02f5ece9b6f6e9371084c /commands.h | |
parent | e90887e68aa6dfa8c91af7d3bb2d2799f5a51b5e (diff) | |
download | make-2c64fb221a265f9e7fc93374906b1e7540377561.tar.gz make-2c64fb221a265f9e7fc93374906b1e7540377561.tar.bz2 make-2c64fb221a265f9e7fc93374906b1e7540377561.zip |
Checkpoint changes. Bug fixes, mostly.
Diffstat (limited to 'commands.h')
-rw-r--r-- | commands.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -21,8 +21,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ struct commands { - char *filename; /* File that contains commands. */ - unsigned int lineno; /* Line number in file. */ + struct floc fileinfo; /* Where commands were defined. */ char *commands; /* Commands text. */ unsigned int ncommand_lines;/* Number of command lines. */ char **command_lines; /* Commands chopped up into lines. */ |