Changeset 69441 in vbox for trunk/src/VBox
- Timestamp:
- Oct 27, 2017 4:02:15 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 118776
- Location:
- trunk/src/VBox/Runtime
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/.scm-settings
r69434 r69441 29 29 30 30 /common/asn1/oiddb.cfg: --treat-as Makefile 31 32 # TODO:33 --filter-out-dirs "/r0drv/solaris/vbi/*/."34 --filter-out-dirs "/common/math/gcc/."35 36 31 37 32 # Skip test certificates. … … 99 94 /r3/win/VBoxRT-msvcr100-win32.def : --external-copyright 100 95 101 /common/math/x86/fenv-x86.c : --external-copyright 96 /common/math/x86/fenv-x86.c : --external-copyright --no-convert-tabs 102 97 98 /common/math/gcc/* : --external-copyright --no-convert-tabs --dont-set-svn-keywords 99 /common/math/gcc/udivmoddi4.c : --no-external-copyright --convert-tabs --set-svn-keywords 103 100 -
trunk/src/VBox/Runtime/common/math/x86/fenv-x86.c
-
Property svn:keywords
changed from
Id
toId Revision
r4750 r69441 30 30 #include <sys/cdefs.h> 31 31 #include <sys/types.h> 32 #include <machine/npx.h> 32 #include <machine/npx.h> 33 33 #include "fenv.h"*/ 34 34 #include <iprt/types.h> … … 45 45 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff } 46 46 }; 47 #endif 47 #endif 48 48 49 49 enum __sse_support __has_sse = -
Property svn:keywords
changed from
Note:
See TracChangeset
for help on using the changeset viewer.