This website works better with JavaScript
Главная
Обзор
Помощь
Вход
pascal
/
freepascal.compiler
зеркало из
https://gitlab.com/freepascal.org/fpc/source.git
Следить
2
В избранное
0
Ответвить
0
Файлы
Задачи
0
Вики
Просмотр исходного кода
* typo rte instead of result
peter
22 лет назад
Родитель
6e553bfafd
Сommit
9861ba3221
2 измененных файлов
с
2 добавлено
и
2 удалено
Разделённый вид
Показать статистику Diff
1
1
tests/test/texception6.pp
1
1
tests/test/texception7.pp
+ 1
- 1
tests/test/texception6.pp
Просмотреть файл
@@ -1,5 +1,5 @@
{ %version=1.1 }
-{ %rt
e
=0 }
+{ %r
esul
t=0 }
uses
SysUtils;
+ 1
- 1
tests/test/texception7.pp
Просмотреть файл
@@ -1,5 +1,5 @@
{ %version=1.1 }
-{ %rt
e
=0 }
+{ %r
esul
t=0 }
uses
sysutils;