diff options
Diffstat (limited to 'editors/ed.c')
-rw-r--r-- | editors/ed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/ed.c b/editors/ed.c index 9084a17fb..dbd802075 100644 --- a/editors/ed.c +++ b/editors/ed.c | |||
@@ -951,7 +951,7 @@ static void deleteLines(int num1, int num2) | |||
951 | * Returns the line number which matches, or 0 if there was no match | 951 | * Returns the line number which matches, or 0 if there was no match |
952 | * with an error printed. | 952 | * with an error printed. |
953 | */ | 953 | */ |
954 | static int searchLines(const char *str, int num1, int num2) | 954 | static NOINLINE int searchLines(const char *str, int num1, int num2) |
955 | { | 955 | { |
956 | const LINE *lp; | 956 | const LINE *lp; |
957 | int len; | 957 | int len; |