Skip to content

Instantly share code, notes, and snippets.

@scriptum
Created April 27, 2014 18:59
Show Gist options
  • Save scriptum/11352993 to your computer and use it in GitHub Desktop.
Save scriptum/11352993 to your computer and use it in GitHub Desktop.
spellcheck bug
$ LC_ALL=C make
CC spellcheck_la-speller.lo
speller.c: In function 'sc_speller_check_word':
speller.c:136:2: warning: implicit declaration of function 'EMPTY' [-Wimplicit-function-declaration]
if (EMPTY(word))
^
speller.c: In function 'sc_speller_is_text':
speller.c:1021:10: error: 'SCE_POWERSHELL_COMMENTDOCKEYWORD' undeclared (first use in this function)
case SCE_POWERSHELL_COMMENTDOCKEYWORD:
^
speller.c:1021:10: note: each undeclared identifier is reported only once for each function it appears in
Makefile:605: recipe for target 'spellcheck_la-speller.lo' failed
make: *** [spellcheck_la-speller.lo] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment