Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Ledest:erlang:23
erlang
0966-remove-extra-argument.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0966-remove-extra-argument.patch of Package erlang
From b85be0b573867e09c60cd0fcefb43bfc56e1ae83 Mon Sep 17 00:00:00 2001 From: soulna <jiangranye@outlook.com> Date: Mon, 18 Apr 2022 20:04:34 +0800 Subject: [PATCH] remove extra argument --- lib/syntax_tools/src/merl.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/syntax_tools/src/merl.erl b/lib/syntax_tools/src/merl.erl index 97ef68ce4c..28cd1283e9 100644 --- a/lib/syntax_tools/src/merl.erl +++ b/lib/syntax_tools/src/merl.erl @@ -467,7 +467,7 @@ quote(Text) -> %% @doc Parse text. Takes an initial scanner starting position as first %% argument. %% -%% The macro `?Q(Text)' expands to `merl:quote(?LINE, Text, Env)'. +%% The macro `?Q(Text)' expands to `merl:quote(?LINE, Text)'. %% %% @see quote/1 -- 2.34.1
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor