~ubuntu-branches/ubuntu/trusty/gnustep-base/trusty

« back to all changes in this revision

Viewing changes to Tools/defaults.m

Tags: upstream-1.11.2
ImportĀ upstreamĀ versionĀ 1.11.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
   You should have received a copy of the GNU General Public
15
15
   License along with this library; see the file COPYING.LIB.
16
16
   If not, write to the Free Software Foundation,
17
 
   59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
17
   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18
18
 
19
19
   */
20
20
 
489
489
                {
490
490
                  c = [obj characterAtIndex: 0];
491
491
                }
492
 
              if (c == '(' || c == '{' || c == '<')
 
492
              if (c == '(' || c == '{' || c == '<' || c == '"')
493
493
                {
494
494
                  id    tmp;
495
495
 
538
538
              value = [args objectAtIndex: i];
539
539
              ptr = [value cString];
540
540
 
541
 
              if (*ptr == '(' || *ptr == '{' || *ptr == '<')
 
541
              if (*ptr == '(' || *ptr == '{' || *ptr == '<' || *ptr == '"')
542
542
                {
543
543
                  NS_DURING
544
544
                    obj = [value propertyList];