summaryrefslogtreecommitdiff
path: root/graphics/asymptote/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/main.cc')
-rw-r--r--graphics/asymptote/main.cc40
1 files changed, 20 insertions, 20 deletions
diff --git a/graphics/asymptote/main.cc b/graphics/asymptote/main.cc
index bc5e7df048..acd3c7a7a0 100644
--- a/graphics/asymptote/main.cc
+++ b/graphics/asymptote/main.cc
@@ -1,23 +1,23 @@
/************
-*
-* This file is part of the vector graphics language Asymptote
-* Copyright (C) 2004 Andy Hammerlindl, John C. Bowman, Tom Prince
-* http://asymptote.sourceforge.net
-*
-* This program is free software: you can redistribute it and/or modify
-* it under the terms of the GNU Lesser General Public License as published by
-* the Free Software Foundation, either version 3 of the License, or
-* (at your option) any later version.
-*
-* This program is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public License
-* along with this program. If not, see <http://www.gnu.org/licenses/>.
-*
-*************/
+ *
+ * This file is part of the vector graphics language Asymptote
+ * Copyright (C) 2004 Andy Hammerlindl, John C. Bowman, Tom Prince
+ * http://asymptote.sourceforge.net
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ *************/
#ifdef __CYGWIN__
#define _POSIX_C_SOURCE 200809L
@@ -188,8 +188,8 @@ void *asymain(void *A)
gl::glexit=true;
#else
pthread_kill(gl::mainthread,SIGURG);
-#endif
pthread_join(gl::mainthread,NULL);
+#endif
}
#endif
#endif