summaryrefslogtreecommitdiff
path: root/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'commands.h')
-rw-r--r--commands.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/commands.h b/commands.h
index c55fa67..9547fc3 100644
--- a/commands.h
+++ b/commands.h
@@ -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. */