diff options
author | Phlosioneer <mattmdrr2@gmail.com> | 2019-03-03 21:59:57 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-03-07 08:46:55 -0600 |
commit | 105e1721d665d8386afd47882020c51d6d97c522 (patch) | |
tree | c8069eb2186b2099d345676b91728a88200ed53b /tools/scaninc/scaninc.h | |
parent | 00814740183a670a2b122d9b3d708b97c5d2df4e (diff) |
Overhaul scaninc to work recursively
This also fixes the bug where scaninc would ignore #include lines
in assembly files.
Diffstat (limited to 'tools/scaninc/scaninc.h')
-rw-r--r-- | tools/scaninc/scaninc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/scaninc/scaninc.h b/tools/scaninc/scaninc.h index 30cc9611c..d6736e01b 100644 --- a/tools/scaninc/scaninc.h +++ b/tools/scaninc/scaninc.h @@ -1,4 +1,4 @@ -// Copyright(c) 2015-2017 YamaArashi +// Copyright(c) 2019 Phlosioneer // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal |