~rdoering/ubuntu/karmic/erlang/fix-535090

« back to all changes in this revision

Viewing changes to lib/xmerl/src/xmerl_xpath_parse.yrl

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-02-15 16:42:52 UTC
  • mfrom: (3.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090215164252-q5x4rcf8a5pbesb1
Tags: 1:12.b.5-dfsg-2
Upload to unstable after lenny is released.

Show diffs side-by-side

added added

removed removed

Lines of Context:
261
261
        : {arith, '$2', '$1', '$3'} .
262
262
'MultiplicativeExpr' -> 'MultiplicativeExpr' 'div' 'UnaryExpr' 
263
263
        : {arith, 'div', '$1', '$3'} .
264
 
'MultiplicativeExpr' -> 'MultiplicativeExpr' 'mod' 'UnaryExpr' : 
265
 
        {arith, 'mod', '$1', '$2'} .
 
264
'MultiplicativeExpr' -> 'MultiplicativeExpr' 'mod' 'UnaryExpr'
 
265
        : {arith, 'mod', '$1', '$3'} .
266
266
 
267
267
 
268
268
%% [27]