pa.h (FUNCTION_VALUE): Remove macro.
[gcc.git] / gcc / coretypes.h
index a04953e40bf30c92d4b555e0c9dcffc2a88e1aaf..11583fffe4434c4eeed868a41a568c4fe2689af4 100644 (file)
@@ -97,6 +97,12 @@ enum tls_model {
   TLS_MODEL_LOCAL_EXEC
 };
 
+struct edge_def;
+typedef struct edge_def *edge;
+typedef const struct edge_def *const_edge;
+struct basic_block_def;
+typedef struct basic_block_def *basic_block;
+typedef const struct basic_block_def *const_basic_block;
 #else
 
 struct _dont_use_rtx_here_;