Changeset 323 for trunk/src


Ignore:
Timestamp:
Mar 24, 2011, 9:32:25 PM (14 years ago)
Author:
katerina
Message:

Fix for ticket #242 (Compile error on FreeBSD) and #241 (deploy.sh documentation)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_sub.c

    r321 r323  
    230230
    231231 out:
    232 
     232  ; /* 'label at end of compound statement' */
    233233  SH_MUTEX_UNLOCK(mutex_sub);
    234234  return retval;
     
    489489
    490490 end:
    491 
     491  ; /* 'label at end of compound statement' */
    492492  SH_MUTEX_UNLOCK(mutex_sub_work);
    493493
Note: See TracChangeset for help on using the changeset viewer.