Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 198891
Collapse All | Expand All

(-)libtool-1.5.24-orig/tagdemo/foo.cpp (-1 / +3 lines)
Lines 20-31 Link Here
20
// USA.
20
// USA.
21
21
22
#include "foo.h"
22
#include "foo.h"
23
#include <iostream.h>
23
#include <iostream>
24
24
25
#ifdef HAVE_MATH_H
25
#ifdef HAVE_MATH_H
26
#include <math.h>
26
#include <math.h>
27
#endif
27
#endif
28
28
29
using namespace std;
30
29
// Our C functions.
31
// Our C functions.
30
int
32
int
31
foo(void)
33
foo(void)
(-)libtool-1.5.24-orig/tagdemo/main.cpp (-1 / +2 lines)
Lines 22-29 Link Here
22
22
23
#include "foo.h"
23
#include "foo.h"
24
#include "baz.h"
24
#include "baz.h"
25
#include <iostream.h>
25
#include <iostream>
26
26
27
using namespace std;
27
28
28
int
29
int
29
main (int, char *[])
30
main (int, char *[])

Return to bug 198891