| OLD | NEW |
| 1 /* Test step/next in presence of #line directives. | 1 /* Test step/next in presence of #line directives. |
| 2 Copyright 2001, 2007-2012 | 2 Copyright (C) 2001, 2007, 2012 |
| 3 Free Software Foundation, Inc. | 3 Free Software Foundation, Inc. |
| 4 | 4 |
| 5 This file is part of GDB. | 5 This file is part of GDB. |
| 6 | 6 |
| 7 This program is free software; you can redistribute it and/or modify | 7 This program is free software; you can redistribute it and/or modify |
| 8 it under the terms of the GNU General Public License as published by | 8 it under the terms of the GNU General Public License as published by |
| 9 the Free Software Foundation; either version 3 of the License, or | 9 the Free Software Foundation; either version 3 of the License, or |
| 10 (at your option) any later version. | 10 (at your option) any later version. |
| 11 | 11 |
| 12 This program is distributed in the hope that it will be useful, | 12 This program is distributed in the hope that it will be useful, |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 dummy (10, j); | 75 dummy (10, j); |
| 76 #line 35 "step-line.inp" | 76 #line 35 "step-line.inp" |
| 77 return i; | 77 return i; |
| 78 #line 79 "step-line.c" | 78 #line 79 "step-line.c" |
| 79 } | 79 } |
| 80 | 80 |
| 81 void | 81 void |
| 82 dummy (int num, int i) | 82 dummy (int num, int i) |
| 83 { | 83 { |
| 84 } | 84 } |
| OLD | NEW |