summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Borzenkov <snaury@gmail.com>2014-09-21 00:00:53 +0400
committerAlexey Borzenkov <snaury@gmail.com>2014-09-21 00:00:53 +0400
commite13c4db97082489a453af830395738abe7d8827e (patch)
treefeaac3bb7342ce36a756a9200a622afdc2d89d9a
parent81cec6d687f30c1ff7d020c227952de2f49848ce (diff)
downloadgreenlet-e13c4db97082489a453af830395738abe7d8827e.tar.gz
Cosmetic change for the error line
Some simple editors don't parse that multiline string correctly, very annoying when half the file has incorrect syntax highlighting.
-rw-r--r--greenlet.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/greenlet.c b/greenlet.c
index dae5497..f4ba7a0 100644
--- a/greenlet.c
+++ b/greenlet.c
@@ -401,8 +401,7 @@ static int GREENLET_NOINLINE(slp_save_state)(char* stackref)
#undef slp_switch
#ifndef STACK_MAGIC
-#error "greenlet needs to be ported to this platform,\
- or teached how to detect your compiler properly."
+#error "greenlet needs to be ported to this platform, or teached how to detect your compiler properly."
#endif /* !STACK_MAGIC */
#ifdef EXTERNAL_ASM