Clean up function move_to_abs_word() and rename to move_to_word()

Remove the output argument, as it's the same as the function return value anyway, so
the callers should just use that.
This commit is contained in:
Kevin Easton
2017-11-14 23:15:33 +11:00
parent 5e40c1ac01
commit fea88185f8
7 changed files with 22 additions and 20 deletions

View File

@@ -10,7 +10,7 @@
* if we change the table below, we change this module number to the
* current date (YYYYMMDDxx where xx is a serial number).
*/
#define MODULE_VERSION 2017110602UL
#define MODULE_VERSION 2017111401UL
#include "struct.h"
@@ -201,7 +201,7 @@ enum FUNCTION_VALUE
/* words.c */
STRSEARCH,
MOVE_TO_ABS_WORD,
MOVE_TO_WORD,
MOVE_WORD_REL,
EXTRACT,
EXTRACT2,