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

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- scheme48vm-prelude.h
0
++ scheme48vm-prelude.h
Lines 5-11 Link Here
5
#include "c-mods.h"
5
#include "c-mods.h"
6
#include "write-barrier.h"
6
#include "write-barrier.h"
7
7
8
#define SMALL_MULTIPLY(x,y) ((x) * (y))
8
#define SMALL_MULTIPLY(x,y) ((long)((unsigned long)(x) * (unsigned long)(y)))
9
9
10
#define	NO_ERRORS	0		/* extension to errno.h */
10
#define	NO_ERRORS	0		/* extension to errno.h */
11
11

Return to bug 299414