Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
scilab: fix commit fragment stdint
  • Loading branch information
Simon Marchetto committed Jun 26, 2014
1 parent 7cc6a58 commit 27b5f47
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Lib/scilab/scisequence.swg
Expand Up @@ -41,7 +41,7 @@
fragment=SWIG_FromCreate_Sequence_frag(ptr),
fragment=SWIG_FromSet_Sequence_frag(ptr),
fragment="StdTraits",
fragment="include_for_uintptr") {
fragment="<stdint.h>") {

namespace swig {
// Error returned for sequence containers of default item type
Expand Down Expand Up @@ -130,7 +130,7 @@ namespace swig {
fragment=SWIG_AsVal_SequenceItem_frag(ptr),
fragment=SWIG_From_SequenceItem_frag(ptr),
fragment="StdTraits",
fragment="include_for_uintptr") {
fragment="<stdint.h>") {

namespace swig {
// Error returned for sequence containers of default item type
Expand Down
6 changes: 3 additions & 3 deletions Lib/scilab/scisequencepointer.swg
Expand Up @@ -38,7 +38,7 @@ SWIG_AsSize_Sequence_dec(ptr)(SwigSciObject _obj, int *_piSize) {
}

%fragment(SWIG_FromCreate_Sequence_frag(ptr), "header",
fragment="include_for_uintptr") {
fragment="<stdint.h>") {

SWIGINTERN int
SWIG_FromCreate_Sequence_dec(ptr)(int _size, uintptr_t **_sequence) {
Expand All @@ -48,7 +48,7 @@ SWIG_FromCreate_Sequence_dec(ptr)(int _size, uintptr_t **_sequence) {
}

%fragment(SWIG_FromSet_Sequence_frag(ptr), "header",
fragment="include_for_uintptr") {
fragment="<stdint.h>") {

SWIGINTERN SwigSciObject
SWIG_FromSet_Sequence_dec(ptr)(int _size, uintptr_t *_sequence) {
Expand Down Expand Up @@ -120,7 +120,7 @@ SWIG_AsVal_SequenceItem_dec(ptr)(SwigSciObject _obj, int *_piSequence, int _item
}

%fragment(SWIG_From_SequenceItem_frag(ptr), "header",
fragment="include_for_uintptr") {
fragment="<stdint.h>") {

SWIGINTERN int
SWIG_From_SequenceItem_dec(ptr)(uintptr_t *_pSequence, int _iItemIndex, uintptr_t _itemValue) {
Expand Down

0 comments on commit 27b5f47

Please sign in to comment.