/[classpath]/classpath/native/fdlibm/java-assert.h
ViewVC logotype

Diff of /classpath/native/fdlibm/java-assert.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by cbj, Mon Nov 5 02:56:47 2001 UTC revision 1.2 by tromey, Wed Oct 5 19:18:59 2005 UTC
# Line 1  Line 1 
1  // java-assert.h - Header file holding assertion definitions.  -*- c++ -*-  /* java-assert.h - Header file holding assertion definitions.  -*- c++ -*- */
2    
3  /* Copyright (C) 1998, 1999  Free Software Foundation  /* Copyright (C) 1998, 1999  Free Software Foundation
4    
# Line 11  details.  */ Line 11  details.  */
11  #ifndef __JAVA_ASSERT_H__  #ifndef __JAVA_ASSERT_H__
12  #define __JAVA_ASSERT_H__  #define __JAVA_ASSERT_H__
13    
14  // This is a libgcj implementation header.  #include <config.h>
15    
16    /* This is a libgcj implementation header. */
17    
18  void _Jv_Abort (const char *, const char *, int, const char *)  void _Jv_Abort (const char *, const char *, int, const char *)
19    __attribute__ ((__noreturn__));    __attribute__ ((__noreturn__));

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

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26