Cface__CWCharNode.st
changeset 37 1ad7fb72801a
parent 32 d7464405cbda
equal deleted inserted replaced
36:4e586238a9f7 37:1ad7fb72801a
    22         return __MKSMALLINT(sizeof(wchar_t));
    22         return __MKSMALLINT(sizeof(wchar_t));
    23     %}."
    23     %}."
    24     ^4
    24     ^4
    25 
    25 
    26     "Created: / 09-07-2008 / 19:35:36 / Jan Vrany <vranyj1@fel.cvut.cz>"
    26     "Created: / 09-07-2008 / 19:35:36 / Jan Vrany <vranyj1@fel.cvut.cz>"
       
    27 !
       
    28 
       
    29 cName
       
    30     "superclass Cface::CBuiltinNode says that I am responsible to implement this method"
       
    31 
       
    32     ^ 'wchar'
       
    33 
       
    34     "Modified: / 06-07-2015 / 07:32:01 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    27 !
    35 !
    28 
    36 
    29 ffiTypeSymbol
    37 ffiTypeSymbol
    30     "superclass Cface::CTypeNode says that I am responsible to implement this method"
    38     "superclass Cface::CTypeNode says that I am responsible to implement this method"
    31 
    39 
    60 !
    68 !
    61 
    69 
    62 version_SVN
    70 version_SVN
    63     ^ '$Id$'
    71     ^ '$Id$'
    64 ! !
    72 ! !
       
    73