diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-11-12 15:55:20 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-11-12 15:55:20 +0100 |
commit | f6140ff1c9ec493d947da5b346508846e7a1a06f (patch) | |
tree | c01b9164ee4b0d46b6670ccee45f6181c6237d7f /src/.unitize/_ThreadsInternals.c | |
parent | 0f67b3cc674377559e66c5a6729fd499049a992f (diff) | |
parent | 2492891f112caac6076ce49721d9d5d78a152c3a (diff) |
Update upstream source from tag 'upstream/0.26.4'
Update to upstream version '0.26.4'
with Debian dir fae3cc48a8ec2f37979206f90dc828cbebee14c4
Diffstat (limited to 'src/.unitize/_ThreadsInternals.c')
-rw-r--r-- | src/.unitize/_ThreadsInternals.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/.unitize/_ThreadsInternals.c b/src/.unitize/_ThreadsInternals.c index 5688530..f4bba14 100644 --- a/src/.unitize/_ThreadsInternals.c +++ b/src/.unitize/_ThreadsInternals.c @@ -1,4 +1,4 @@ -/* _ThreadsInternals.c generated by valac 0.34.7, the Vala compiler +/* _ThreadsInternals.c generated by valac 0.36.6, the Vala compiler * generated from _ThreadsInternals.vala, do not modify */ /* Copyright 2016 Software Freedom Conservancy Inc. @@ -26,7 +26,7 @@ void unit_terminate_entry (void); void threads_init_entry (GError** error) { - gint _tmp0_ = 0; + gint _tmp0_; GError * _inner_error_ = NULL; #line 14 "/home/jens/Source/shotwell/src/.unitize/_ThreadsInternals.vala" _tmp0_ = threads__unit_init_count; @@ -63,7 +63,7 @@ void threads_init_entry (GError** error) { void threads_terminate_entry (void) { gboolean _tmp0_ = FALSE; - gint _tmp1_ = 0; + gint _tmp1_; #line 23 "/home/jens/Source/shotwell/src/.unitize/_ThreadsInternals.vala" _tmp1_ = threads__unit_init_count; #line 23 "/home/jens/Source/shotwell/src/.unitize/_ThreadsInternals.vala" @@ -72,8 +72,8 @@ void threads_terminate_entry (void) { _tmp0_ = TRUE; #line 74 "_ThreadsInternals.c" } else { - gint _tmp2_ = 0; - gint _tmp3_ = 0; + gint _tmp2_; + gint _tmp3_; #line 23 "/home/jens/Source/shotwell/src/.unitize/_ThreadsInternals.vala" _tmp2_ = threads__unit_init_count; #line 23 "/home/jens/Source/shotwell/src/.unitize/_ThreadsInternals.vala" |