2005-01-28 Ralf Corsepius <ralf.corsepius@rtems.org>

* libcsupport/include/inttypes.h: New header guard.
	Fix doxygen preamble.
This commit is contained in:
Ralf Corsepius
2005-01-28 08:07:03 +00:00
parent 7dce4c2dd9
commit eb891eb331
2 changed files with 9 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
2005-01-28 Ralf Corsepius <ralf.corsepius@rtems.org>
* libcsupport/include/inttypes.h: New header guard.
Fix doxygen preamble.
2005-01-28 Ralf Corsepius <ralf.corsepius@rtems.org>
* libcsupport/include/motorola/mc68230.h,

View File

@@ -1,5 +1,5 @@
/*
* COPYRIGHT (c) 2004.
* COPYRIGHT (c) 2004, 2005.
* Ralf Corsepius, Ulm/Germany.
*
* The license and distribution terms for this file may be
@@ -10,11 +10,11 @@
*/
/**
* @file sys/_inttypes.h
* @file inttypes.h
*/
#ifndef __INTTYPES_H
#define __INTTYPES_H
#ifndef _INTTYPES_H
#define _INTTYPES_H
#include <stdint.h>