Changeset 7ac426e in mainline for kernel/generic/include/stackarg.h


Ignore:
Timestamp:
2008-06-03T14:57:21Z (17 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cd8ad52
Parents:
aac10f86
Message:

reflect changes in sources

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/stackarg.h

    raac10f86 r7ac426e  
    5353
    5454#define va_arg(ap, type)                \
    55         (*((type *)((ap).last + ((ap).pos  += sizeof(type) ) - sizeof(type))))
     55        (*((type *)((ap).last + ((ap).pos += sizeof(type)) - sizeof(type))))
    5656
    57 #define va_copy(dst,src)       dst=src
     57#define va_copy(dst, src) dst = src
    5858#define va_end(ap)
    5959
Note: See TracChangeset for help on using the changeset viewer.