diff options
Diffstat (limited to 'gdb/lastfile.c')
-rw-r--r-- | gdb/lastfile.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/lastfile.c b/gdb/lastfile.c new file mode 100644 index 0000000..2ac8cb7 --- /dev/null +++ b/gdb/lastfile.c @@ -0,0 +1,6 @@ +/* This ends the chain of files for the purpose of initialization, + because it does not attempt to find the start of the following file. */ + +initialize_last_file () +{ +} |