source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: tag_signal() is dead; from LLVM via Christos Zoulas
@ 2016-07-20 13:03 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2016-07-20 13:03 UTC (permalink / raw)
  To: source

Log Message:
-----------
tag_signal() is dead; from LLVM via Christos Zoulas

Modified Files:
--------------
    mdocml:
        tag.c

Revision Data
-------------
Index: tag.c
===================================================================
RCS file: /home/cvs/mdocml/mdocml/tag.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -Ltag.c -Ltag.c -u -p -r1.12 -r1.13
--- tag.c
+++ tag.c
@@ -1,4 +1,4 @@
-/*      $Id$    */
+/*	$Id$ */
 /*
  * Copyright (c) 2015 Ingo Schwarze <schwarze@openbsd.org>
  *
@@ -36,7 +36,7 @@ struct tag_entry {
 	char	 s[];
 };
 
-static	void	 tag_signal(int);
+static	void	 tag_signal(int) __attribute__((noreturn));
 
 static struct ohash	 tag_data;
 static struct tag_files	 tag_files;
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-07-20 13:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-20 13:03 mdocml: tag_signal() is dead; from LLVM via Christos Zoulas schwarze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).