.hgignore
author Jan Vrany <jan.vrany@fit.cvut.cz>
Fri, 07 Feb 2014 09:07:22 +0100
branchdevelopment
changeset 3018 7ff48afbef00
parent 2731 13f5be2bf83b
child 3037 366b8f64dc45
permissions -rw-r--r--
Fixes in natives for non-TRADITIONAL_STACK machines. On some machines stc accesses method arguments through context. To do so, it #defines argumets as simething __context[1]. If then the structure/union member has the same name as parameter, preprocessor expands it and therefore the C code is no longer valid. Solutions is to rename structure/union members - if possible.

syntax: glob
*.so
*.H
*.o
*.STH
*.sc
*.class
*Init.c
java/bin
libs/java/libs
libs/java/libs-src
libs/java/target
tests/*/bin
makefile
support/fdlibm/libfdm.a
examples/tomcat6/apache-tomcat-6.0.35-src/output
examples/tomcat6/resources
examples/tomcat6/tomcat6
examples/tomcat6/display.rc
examples/tomcat6/keyboard.rc
examples/tomcat6/keyboardMacros.rc
*.base
*.orig
*.local
*.other
st.chg
tools/java/libs/ecj*.jar
tools/java/libs-src/ecj*.jar
**/.idea
**/*.iml