added noreturn attribute to pdf_fatal().

Fri, 07 Mar 2003 11:02:12 +0000

author
eric
date
Fri, 07 Mar 2003 11:02:12 +0000
changeset 81
0fc65859d436
parent 80
96c64a7566df
child 82
abb03c7f4aab

added noreturn attribute to pdf_fatal().

pdf_util.h file | annotate | diff | revisions
     1.1 --- a/pdf_util.h	Fri Mar 07 10:16:08 2003 +0000
     1.2 +++ b/pdf_util.h	Fri Mar 07 11:02:12 2003 +0000
     1.3 @@ -4,7 +4,7 @@
     1.4   *      will be compressed using ITU-T T.6 (G4) fax encoding.
     1.5   *
     1.6   * PDF routines
     1.7 - * $Id: pdf_util.h,v 1.4 2003/03/04 17:58:36 eric Exp $
     1.8 + * $Id: pdf_util.h,v 1.5 2003/03/07 03:02:12 eric Exp $
     1.9   * Copyright 2001, 2002, 2003 Eric Smith <eric@brouhaha.com>
    1.10   *
    1.11   * This program is free software; you can redistribute it and/or modify
    1.12 @@ -27,7 +27,7 @@
    1.13  #include <assert.h>
    1.14  
    1.15  
    1.16 -void pdf_fatal (char *fmt, ...);
    1.17 +void pdf_fatal (char *fmt, ...) __attribute__ ((noreturn));
    1.18  
    1.19  void *pdf_calloc (size_t nmemb, size_t size);
    1.20