(JUMPTARGET): Use C_TEXT.

This commit is contained in:
Ulrich Drepper 2000-12-05 04:00:48 +00:00
parent 6e7c7c2186
commit d4810d08f2

View File

@ -85,4 +85,4 @@ C_TEXT (name):
/* Jumping to another function. We are jumping to the TOC entry. */
#define JUMPTARGET(name) name
#define JUMPTARGET(name) C_TEXT (name)