13 lines
296 B
LLVM
13 lines
296 B
LLVM
$NetBSD: patch-src_comment.ll,v 1.1 2011/11/25 21:38:09 joerg Exp $
|
|
|
|
--- src/comment.ll.orig 2011-11-25 17:18:23.000000000 +0000
|
|
+++ src/comment.ll
|
|
@@ -24,7 +24,7 @@
|
|
|
|
#include <assert.h>
|
|
#include <ctype.h>
|
|
-#include <iostream.h>
|
|
+#include <iostream>
|
|
#include <stdarg.h>
|
|
#include <stdio.h>
|
|
|