mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-13 14:25:12 -04:00
14 lines
296 B
LLVM
14 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>
|
|
|