summaryrefslogtreecommitdiff
path: root/compiler/valacompiler.vala
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/valacompiler.vala')
-rw-r--r--compiler/valacompiler.vala4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/valacompiler.vala b/compiler/valacompiler.vala
index 32e873d93..1abbc17b9 100644
--- a/compiler/valacompiler.vala
+++ b/compiler/valacompiler.vala
@@ -96,7 +96,7 @@ class Vala.Compiler : Object {
}
}
- private bool add_package (CodeContext! context, string! pkg) {
+ private bool add_package (CodeContext context, string pkg) {
if (context.has_package (pkg)) {
// ignore multiple occurences of the same package
return true;
@@ -301,7 +301,7 @@ class Vala.Compiler : Object {
}
/* ported from glibc */
- private static string! realpath (string! name) {
+ private static string realpath (string name) {
string rpath;
// start of path component