# HG changeset patch # User Karl Heuer # Date 860102966 0 # Node ID 1ea863f636cfe22d9d8b912def9eb1ca89358c67 # Parent b1cb0037ecec15336bb604b9cc89dd0e378a6cbd [!__GNUC__] (CATEGORY_SET): Fix syntax error. diff -r b1cb0037ecec -r 1ea863f636cf src/category.h --- a/src/category.h Wed Apr 02 19:06:31 1997 +0000 +++ b/src/category.h Thu Apr 03 21:29:26 1997 +0000 @@ -114,7 +114,7 @@ ((c) < CHAR_TABLE_SINGLE_BYTE_SLOTS \ ? Faref (current_buffer->category_table, make_number ((unsigned char) c)) \ : Faref (current_buffer->category_table, \ - COMPOSITE_CHAR_P (c) ? cmpchar_component ((c), 0) : (c)) + COMPOSITE_CHAR_P (c) ? cmpchar_component ((c), 0) : (c))) #endif /* Return the doc string of CATEGORY in category table TABLE. */