[BACK]Return to h_macros.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / tests

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/tests/h_macros.h between version 1.2 and 1.3

version 1.2, 2009/04/14 10:19:38 version 1.3, 2010/07/25 22:29:15
Line 26 
Line 26 
  * POSSIBILITY OF SUCH DAMAGE.   * POSSIBILITY OF SUCH DAMAGE.
  */   */
   
 #if defined(_H_MACROS_H_)  #ifndef SRC_TESTS_H_MACROS_H_
 #   error "h_macros.h can only be included once."  #define SRC_TESTS_H_MACROS_H_
 #else  
 #   define _H_MACROS_H_  
 #endif  
   
 #include <errno.h>  #include <errno.h>
 #include <stdarg.h>  #include <stdarg.h>
Line 63  atf_tc_fail_errno(const char *fmt, ...)
Line 60  atf_tc_fail_errno(const char *fmt, ...)
   
         atf_tc_fail(buf);          atf_tc_fail(buf);
 }  }
   
   #endif

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVSweb <webmaster@jp.NetBSD.org>