Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 82 → Rev 83

/shark/trunk/oslib/ll/stdarg.h
16,11 → 16,11
 
/**
------------
CVS : $Id: stdarg.h,v 1.1 2003-01-30 09:43:03 pj Exp $
CVS : $Id: stdarg.h,v 1.2 2003-03-17 09:27:56 pj Exp $
 
File: $File$
Revision: $Revision: 1.1 $
Last update: $Date: 2003-01-30 09:43:03 $
Revision: $Revision: 1.2 $
Last update: $Date: 2003-03-17 09:27:56 $
------------
 
lowlevel's stdarg.h
52,7 → 52,6
#define __dj_include_stdarg_h_
 
#include <ll/i386/defs.h>
BEGIN_DEF
 
#ifndef __dj_ENFORCE_ANSI_FREESTANDING
 
62,6 → 61,8
 
#include <ll/sys/types.h>
 
BEGIN_DEF
 
#define __dj_va_rounded_size(T) \
(((sizeof (T) + sizeof (int) - 1) / sizeof (int)) * sizeof (int))