update copyright message
[libfirm] / ir / opt / opt_polymorphy.h
index 72b598b..3615d5c 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.
  *
 
 #include "firm_types.h"
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 /**
  * Transform  Sel(Alloc)[method]
  * to SymC[method] under the following conditions:
@@ -54,8 +50,4 @@ ir_node *transform_node_Sel(ir_node *node);
  */
 ir_node *transform_node_Load(ir_node *n);
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif /* FIRM_OPT_OPT_POLYMORPHY_H */