This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
pascal
/
fpc
réplica de
https://gitlab.com/freepascal.org/fpc/source.git
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
* Disable range checking
Michaël Van Canneyt
%!s(int64=2) %!d(string=hai) anos
pai
0bd34bb992
achega
1b4e733a66
Modificáronse 1 ficheiros
con
1 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
1
0
packages/rtl-objpas/src/inc/system.uiconsts.pp
+ 1
- 0
packages/rtl-objpas/src/inc/system.uiconsts.pp
Ver ficheiro
@@ -16,6 +16,7 @@ unit System.UIConsts;
{$MODE OBJFPC}
{$H+}
+{$R-}
interface