Use separate code to emit suffixes for integer and floating point instructions, becau...
[libfirm] / ir / external / read.h
index 2093515..a3bcb80 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1995-2007 University of Karlsruhe.  All right reserved.
+ * Copyright (C) 1995-2008 University of Karlsruhe.  All right reserved.
  *
  * This file is part of libFirm.
  *
  * PURPOSE.
  */
 
-/* -*- c -*- */
-/*
- * Project:     libFIRM
- * File name:   ir/external/read.h
- * Purpose:     Read descriptions of external effects
- * Author:      Florian
- * Modified by: Boris Boesler
- * Created:     11.10.2004
- * CVS-ID:      $Id$
- * Copyright:   (c) 1999-2004 Universität Karlsruhe
+/**
+ * @file
+ * @brief     Read descriptions of external effects
+ * @author    Florian, Boris Boesler
+ * @date      11.10.2004
+ * @version   $Id$
  */
-
-#ifndef _READ_H_
-#define _READ_H_
+#ifndef FIRM_EXTERNAL_READ_H
+#define FIRM_EXTERNAL_READ_H
 
 /*
   The public interface
@@ -44,8 +39,7 @@ int create_abstraction(const char *filename);
 
 void free_abstraction(void);
 
-
-#endif /* defined _READ_H_ */
+#endif
 
 /*
   $Log$